adding a disco thing for animations

This commit is contained in:
Brian 2022-09-15 10:45:33 -06:00
parent 10aae0a9f2
commit e39547e77e
Signed by: brian
GPG Key ID: DE1A5390A3B84CD8

View File

@ -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;