diff --git a/frontend/src/styles/style.scss b/frontend/src/styles/style.scss index 3f0bcc2..f9df3f6 100644 --- a/frontend/src/styles/style.scss +++ b/frontend/src/styles/style.scss @@ -174,7 +174,7 @@ body { } .auto-rotate { - animation: rotate 2s linear infinite; + animation: rotate 2s steps(60) infinite; } .pre-wrap {