imprv perf
This commit is contained in:
parent
394c948efc
commit
b3043c383c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue