pref: replace linear css animation due to it takes a lot of CPU
This commit is contained in:
parent
ea8ceba32a
commit
29b51f836f
|
@ -174,7 +174,7 @@ body {
|
|||
}
|
||||
|
||||
.auto-rotate {
|
||||
animation: rotate 2s linear infinite;
|
||||
animation: rotate 2s steps(60) infinite;
|
||||
}
|
||||
|
||||
.pre-wrap {
|
||||
|
|
Loading…
Reference in New Issue