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);
}
}
+1 -1
View File
@@ -126,7 +126,7 @@
--lgWrapperWidth: 1150px;
--loaderIcon: "\eec4";
--loaderAnimationSpeed: 1.2s;
--loaderAnimationSpeed: 1.1s;
--animationSpeed: 150ms;
--activeAnimationSpeed: 70ms;