imprv perf

This commit is contained in:
ThatOneCalculator 2022-11-08 16:56:37 -08:00
parent 19cbdb3cc8
commit 28bda77b07

View file

@ -535,9 +535,9 @@ hr {
}
@keyframes blink {
0% { opacity: 1; transform: scale(1); }
30% { opacity: 1; transform: scale(1); }
90% { opacity: 0; transform: scale(0.5); }
0% { opacity: 1; }
70% { opacity: 0; }
100% { opacity: 1; }
}
@keyframes tada {