Elantris
.loading {
position: relative;
width: 16rem;
height: 3rem;
border: 2px solid black;
border-radius: 0.5rem;
background: white;
}
.loading::before {
content: "";
position: absolute;
top: 0.25rem;
bottom: 0.25rem;
left: 0;
width: 100%;
background: black;
}
@keyframes growWidth {
from {
width: 0;
}
to {
width: 100%;
}
}
.loading::before {
/* ... */
animation-name: growWidth;
animation-duration: 4s;
animation-timing-function: steps(10, jump-start);
animation-iteration-count: infinite;
}
.loading::after {
content: "";
position: absolute;
inset: 0;
background-image: linear-gradient(to right, white 0%, white 25%, transparent 25%, transparent 75%, white 75%);
background-size: 10% 100%;
}
Elantris
May 7, 2025Elantris
Apr 11, 2025專案開發:Elantris客服群組:https://discord.gg/Ctwz4BB說明文件:https://hackmd.io/@eelayntris/eedice邀請連結:eeDice#8838近期更新:2023-04-23
Feb 24, 2025專案開發:Elantris近期更新:2023-04-22客服群組:https://discord.gg/Ctwz4BB說明文件:https://hackmd.io/@eelayntris/commander捐款贊助:歐付寶贊助連結、歐付寶贊助留言邀請連結:
Feb 3, 2025or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up