wip animation

This commit is contained in:
asus
2023-12-20 14:34:03 +01:00
parent d3db7774fe
commit 3cfa8cfeba

View File

@@ -26,11 +26,11 @@ pre.frame {
border: 1px solid red; border: 1px solid red;
opacity: 0;
visibility: hidden; visibility: hidden;
display: grid;
*/ */
display: grid; opacity: 0;
--tframes: 2s; --tframes: 2s;
animation-name: ascii_frame; animation-name: ascii_frame;
animation-iteration-count: infinite; animation-iteration-count: infinite;
@@ -57,9 +57,14 @@ pre.frame.f4 {animation-delay: calc(var(--tframes) * 75/100);}
from {visibility: visible;} from {visibility: visible;}
to {visibility: hidden;} to {visibility: hidden;}
*/
from {display: grid;} from {display: grid;}
to {display: none;} to {display: none;}
*/
0% {opacity: 1;}
25% {opacity: 1;}
25.1% {opacity: 0;}
100% {opacity: 0;}
} }
#mouse_1 { #mouse_1 {