diff --git a/css/animation.css b/css/animation.css index 4786d13..f3200fe 100644 --- a/css/animation.css +++ b/css/animation.css @@ -1,7 +1,7 @@ /* css animation that spins a class around forever# */ .spinny{ - animation: rotate 20s infinite, colorchange 1.5s infinite alternate-reverse; + animation: rotate 16s infinite, colorchange 1.5s infinite alternate-reverse; } @keyframes rotate {