imprv perf

This commit is contained in:
ThatOneCalculator 2022-11-08 16:56:37 -08:00
parent 394c948efc
commit b3043c383c
1 changed files with 3 additions and 3 deletions

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 {