adding a spining animation thing to CSS
This commit is contained in:
parent
7f1dbd0f14
commit
5dbfc74c3b
@ -1,3 +1,11 @@
|
||||
.spin {
|
||||
animation: spin 1.5s linear infinite;
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
to { transform: rotate(360deg); }
|
||||
}
|
||||
|
||||
/** https://thinkdobecreate.com/articles/css-animating-newly-added-element/ **/
|
||||
|
||||
.anim-show {
|
||||
|
Loading…
x
Reference in New Issue
Block a user