Skip to content

Commit d3d349f

Browse files
authored
Fix circular spin animation direction
Signed-off-by: 鲁汀 <[email protected]>
1 parent 3ab8ae5 commit d3d349f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/css/modules/animations.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,6 @@ Ideally in the future we should use a better image for clockwise animation. */
124124

125125
@keyframes circular-spin-keyframes {
126126
100% {
127-
transform: rotate(-360deg);
127+
transform: rotate(360deg);
128128
}
129129
}

0 commit comments

Comments
 (0)