about summary refs log tree commit diff
path: root/src/style.css
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-11-23 21:36:35 +0000
committerGitHub <noreply@github.com>2024-11-23 21:36:35 +0000
commitaa58216b6de09d471fa94d42bd668e61043fc4f2 (patch)
tree008fc68bab80c515b350a214a31a596eb14a3f7d /src/style.css
parentfdc3f0f17ddedcdac736d2d21c65bc1ea1edbfdc (diff)
downloadvoidsky-aa58216b6de09d471fa94d42bd668e61043fc4f2.tar.zst
Fix jumpy web animation for modal backdrop (#6673)
Diffstat (limited to 'src/style.css')
-rw-r--r--src/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style.css b/src/style.css
index 6f908c288..f6e9a6e6c 100644
--- a/src/style.css
+++ b/src/style.css
@@ -184,7 +184,7 @@ input:focus {
   animation: rotate 500ms linear infinite;
 }
 
-@keyframes avatarHoverFadeIn {
+@keyframes fadeIn {
   from {
     opacity: 0;
   }
@@ -193,7 +193,7 @@ input:focus {
   }
 }
 
-@keyframes avatarHoverFadeOut {
+@keyframes fadeOut {
   from {
     opacity: 1;
   }