init
This commit is contained in:
11
uni_modules/nutui-uni/styles/animation/rotate.scss
Normal file
11
uni_modules/nutui-uni/styles/animation/rotate.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
@keyframes rotation {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
@include make-animation(nutRotate);
|
||||
Reference in New Issue
Block a user