Fix jumpy web animation for modal backdrop (#6673)

This commit is contained in:
dan
2024-11-23 21:36:35 +00:00
committed by GitHub
parent fdc3f0f17d
commit aa58216b6d
3 changed files with 31 additions and 20 deletions
+2 -2
View File
@@ -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;
}