adding a disco thing for animations
This commit is contained in:
parent
10aae0a9f2
commit
e39547e77e
@ -6,6 +6,13 @@
|
|||||||
to { transform: rotate(360deg); }
|
to { transform: rotate(360deg); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** **/
|
||||||
|
@keyframes disco {
|
||||||
|
from { transform: translateY(-50%) rotate(0deg); }
|
||||||
|
to { transform: translateY(-50%) rotate(360deg); }
|
||||||
|
}
|
||||||
|
/** **/
|
||||||
|
|
||||||
.animate-removeRow {
|
.animate-removeRow {
|
||||||
animation-name: removeRow;
|
animation-name: removeRow;
|
||||||
animation-fill-mode: forwards;
|
animation-fill-mode: forwards;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user