Prevent accidental double RTs or favorites
[akkoma] / priv / static / static / font / css / animation.css
index c8cfc252d0cabfc8120840b342c9bb13d4a110e2..ac5a9562fbd637637048f00b8a8eb86e6dbb4f88 100644 (file)
@@ -8,13 +8,6 @@
   animation: spin 2s infinite linear;
   display: inline-block;
 }
-.animate-spin-slow {
-  -moz-animation: spin 4s infinite linear;
-  -o-animation: spin 4s infinite linear;
-  -webkit-animation: spin 4s infinite linear;
-  animation: spin 4s infinite linear;
-  display: inline-block;
-}
 @-moz-keyframes spin {
   0% {
     -moz-transform: rotate(0deg);