start test mouses in css

This commit is contained in:
asus
2023-11-19 16:35:11 +01:00
parent f80c7608b2
commit f027ca2752
5 changed files with 110 additions and 41 deletions

View File

@@ -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;}