bulma/sass/utilities/animations.sass

6 lines
93 B
Sass
Raw Normal View History

2016-01-24 00:03:43 +00:00
@keyframes spin-around
from
transform: rotate(0deg)
to
transform: rotate(359deg)