imprv perf
This commit is contained in:
parent
19cbdb3cc8
commit
28bda77b07
1 changed files with 3 additions and 3 deletions
|
|
@ -535,9 +535,9 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes blink {
|
@keyframes blink {
|
||||||
0% { opacity: 1; transform: scale(1); }
|
0% { opacity: 1; }
|
||||||
30% { opacity: 1; transform: scale(1); }
|
70% { opacity: 0; }
|
||||||
90% { opacity: 0; transform: scale(0.5); }
|
100% { opacity: 1; }
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes tada {
|
@keyframes tada {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue