start test mouses in css
This commit is contained in:
@@ -10,10 +10,10 @@
|
||||
border: 1px solid blue;
|
||||
*/
|
||||
}
|
||||
pre.frame.hide {
|
||||
.frame.hide {
|
||||
display: none;
|
||||
}
|
||||
pre.frame {
|
||||
.frame {
|
||||
position: relative;
|
||||
grid-column: 1;
|
||||
grid-row: 1;
|
||||
@@ -35,9 +35,9 @@ pre.frame {
|
||||
animation-direction: normal;
|
||||
}
|
||||
|
||||
pre.frame.f2 {animation-delay: calc(var(--tframes) * 25/100);}
|
||||
pre.frame.f3 {animation-delay: calc(var(--tframes) * 50/100);}
|
||||
pre.frame.f4 {animation-delay: calc(var(--tframes) * 75/100);}
|
||||
.frame.f2 {animation-delay: calc(var(--tframes) * 25/100);}
|
||||
.frame.f3 {animation-delay: calc(var(--tframes) * 50/100);}
|
||||
.frame.f4 {animation-delay: calc(var(--tframes) * 75/100);}
|
||||
|
||||
@keyframes ascii_frame {
|
||||
0% {opacity: 1;}
|
||||
|
||||
Reference in New Issue
Block a user