mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
fix: align news loader animation
This commit is contained in:
+13
-6
@@ -2773,20 +2773,25 @@ body {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
will-change: transform;
|
||||||
}
|
}
|
||||||
.logo {
|
.logo {
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
}
|
}
|
||||||
.big-circle {
|
.big-circle {
|
||||||
margin: -88px;
|
margin: -88px;
|
||||||
animation: spin 3s ease infinite;
|
will-change: transform;
|
||||||
-moz-animation: spin 3s ease infinite;
|
animation-timing-function: linear;
|
||||||
|
animation: spin 3s linear infinite;
|
||||||
|
-moz-animation: spin 3s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
.small-circle {
|
.small-circle {
|
||||||
margin: -66px;
|
margin: -66px;
|
||||||
animation: spin 3s ease infinite;
|
will-change: transform;
|
||||||
-moz-animation: spin 3s ease infinite;
|
animation-timing-function: linear;
|
||||||
|
animation: spin 3s linear infinite;
|
||||||
|
-moz-animation: spin 3s linear infinite;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark [class*="LabelList__name___"] {
|
.dark [class*="LabelList__name___"] {
|
||||||
@@ -2830,8 +2835,10 @@ body {
|
|||||||
}
|
}
|
||||||
.outer-circle {
|
.outer-circle {
|
||||||
margin: -108px;
|
margin: -108px;
|
||||||
animation: spinback 1s linear infinite alternate-reverse;
|
will-change: transform;
|
||||||
-moz-animation: spinback 1s linear infinite alternate-reverse;
|
animation-direction: alternate-reverse;
|
||||||
|
animation: spinback 1s linear infinite;
|
||||||
|
-moz-animation: spinback 1s linear infinite;
|
||||||
}
|
}
|
||||||
@-moz-keyframes spin {
|
@-moz-keyframes spin {
|
||||||
100% {
|
100% {
|
||||||
|
|||||||
Reference in New Issue
Block a user