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