mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix: add willchange to loading spinner
This commit is contained in:
@@ -54,18 +54,21 @@ export default function loading() {
|
|||||||
}
|
}
|
||||||
.big-circle {
|
.big-circle {
|
||||||
margin: -88px;
|
margin: -88px;
|
||||||
|
will-change: transform;
|
||||||
animation-timing-function: ease;
|
animation-timing-function: ease;
|
||||||
animation: spin 3s linear infinite;
|
animation: spin 3s linear infinite;
|
||||||
-moz-animation: spin 3s linear infinite;
|
-moz-animation: spin 3s linear infinite;
|
||||||
}
|
}
|
||||||
.small-circle {
|
.small-circle {
|
||||||
margin: -66px;
|
margin: -66px;
|
||||||
|
will-change: transform;
|
||||||
animation-timing-function: ease;
|
animation-timing-function: ease;
|
||||||
animation: spin 3s linear infinite;
|
animation: spin 3s linear infinite;
|
||||||
-moz-animation: spin 3s linear infinite;
|
-moz-animation: spin 3s linear infinite;
|
||||||
}
|
}
|
||||||
.outer-circle {
|
.outer-circle {
|
||||||
margin: -108px;
|
margin: -108px;
|
||||||
|
will-change: transform;
|
||||||
animation-direction: alternate-reverse;
|
animation-direction: alternate-reverse;
|
||||||
animation: spinback 1s linear infinite;
|
animation: spinback 1s linear infinite;
|
||||||
-moz-animation: spinback 1s linear infinite;
|
-moz-animation: spinback 1s linear infinite;
|
||||||
|
|||||||
Reference in New Issue
Block a user