updated btn loading animation

This commit is contained in:
Gani Georgiev
2026-05-26 19:20:52 +03:00
parent e067bf1517
commit ea2ef87d08
9 changed files with 12 additions and 17 deletions
+2 -7
View File
@@ -313,16 +313,11 @@ button {
font-family: var(--iconFontFamily);
will-change: transform;
animation:
scaleIn var(--animationSpeed),
rotate 1.1s infinite linear;
fadeIn var(--animationSpeed),
rotate var(--loaderAnimationSpeed) infinite linear;
}
& > * {
opacity: 0;
transform: scale(0.95);
transition:
color var(--animationSpeed),
opacity var(--animationSpeed),
transform var(--animationSpeed);
}
}