updated btn loading animation
This commit is contained in:
+2
-7
@@ -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
@@ -126,7 +126,7 @@
|
||||
--lgWrapperWidth: 1150px;
|
||||
|
||||
--loaderIcon: "\eec4";
|
||||
--loaderAnimationSpeed: 1.2s;
|
||||
--loaderAnimationSpeed: 1.1s;
|
||||
|
||||
--animationSpeed: 150ms;
|
||||
--activeAnimationSpeed: 70ms;
|
||||
|
||||
Reference in New Issue
Block a user