初始化
This commit is contained in:
13
assets/style/animate.scss
vendored
Normal file
13
assets/style/animate.scss
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
.rotate{
|
||||
animation: rotate 1s linear infinite;
|
||||
}
|
||||
@keyframes rotate {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user