mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-25 00:24:11 +02:00
Add animation
This commit is contained in:
@@ -39,3 +39,9 @@
|
||||
75% { transform: translateY(-8px); }
|
||||
100% { transform: translateY(0); }
|
||||
}
|
||||
|
||||
@keyframes blink {
|
||||
0% { opacity: 1; }
|
||||
30% { opacity: 1; }
|
||||
90% { opacity: 0; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user