8 lines
134 B
Sass
8 lines
134 B
Sass
.spin-rotate
|
|
+animation(spinRotate 2s)
|
|
+keyframes(spinRotate)
|
|
from
|
|
transform: rotate(0deg)
|
|
to
|
|
transform: rotate(360deg)
|