Files
mozo-backend/app/assets/stylesheets/supplier/foundation1/components/_animations.sass
T
2020-02-25 11:09:27 -05:00

11 lines
273 B
Sass

// spin-rotate is currently used when clicked on a section-element in a section view
.spin-rotate
//animation(spinRotate 2s)
animation-name: spinRotate
animation-duration: 2s
@keyframes spinRotate
from
transform: rotate(0deg)
to
transform: rotate(360deg)