pref: replace linear css animation due to it takes a lot of CPU

This commit is contained in:
Lykin 2024-07-24 11:30:06 +08:00
parent ea8ceba32a
commit 29b51f836f
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ body {
}
.auto-rotate {
animation: rotate 2s linear infinite;
animation: rotate 2s steps(60) infinite;
}
.pre-wrap {