'init'
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
@keyframes spin {
|
||||
from {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
to {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.animatedRoundedProgress {
|
||||
animation: spin 2s linear infinite;
|
||||
}
|
||||
Reference in New Issue
Block a user