mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
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 {
|
||||
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 a new issue