Skip to content

Commit

Permalink
pref: replace linear css animation due to it takes a lot of CPU
Browse files Browse the repository at this point in the history
  • Loading branch information
tiny-craft committed Jul 24, 2024
1 parent ea8ceba commit 29b51f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ body {
}

.auto-rotate {
animation: rotate 2s linear infinite;
animation: rotate 2s steps(60) infinite;
}

.pre-wrap {
Expand Down

0 comments on commit 29b51f8

Please sign in to comment.