편집 요약 없음 |
편집 요약 없음 |
||
1번째 줄: | 1번째 줄: | ||
.IM-POLD-LDbar2 { | .IM-POLD-LDbar2 { | ||
animation: IM-POLD-LDbar2; | animation: IM-POLD-LDbar2; | ||
animation-iteration-count: | animation-iteration-count: infinite; | ||
animation-duration: 15s; | animation-duration: 15s; | ||
animation-fill-mode: forwards; | animation-fill-mode: forwards; | ||
9번째 줄: | 9번째 줄: | ||
@keyframes IM-POLD-LDbar2 { | @keyframes IM-POLD-LDbar2 { | ||
from {background-image:linear-gradient(to right, white 0.5%, transparent 0.5%);} | |||
to {background-image:linear-gradient(to right, white 100%, transparent 100%);} | |||
} | } | ||
2023년 9월 18일 (월) 20:28 판
.IM-POLD-LDbar2 {
animation: IM-POLD-LDbar2;
animation-iteration-count: infinite;
animation-duration: 15s;
animation-fill-mode: forwards;
transition: .2s ease;
background-image:linear-gradient(to right, white 0.5%, transparent 0.5%);
}
@keyframes IM-POLD-LDbar2 {
from {background-image:linear-gradient(to right, white 0.5%, transparent 0.5%);}
to {background-image:linear-gradient(to right, white 100%, transparent 100%);}
}
.IM-PO-z5 {
z-index:5;
}
.IM-PO-z6 {
z-index:6;
}