diff --git a/src/resources/css/animations.css b/src/resources/css/animations.css index 4172f23..68f8db5 100644 --- a/src/resources/css/animations.css +++ b/src/resources/css/animations.css @@ -6,6 +6,13 @@ to { transform: rotate(360deg); } } +/** **/ +@keyframes disco { + from { transform: translateY(-50%) rotate(0deg); } + to { transform: translateY(-50%) rotate(360deg); } +} +/** **/ + .animate-removeRow { animation-name: removeRow; animation-fill-mode: forwards;