diff --git a/css/animation.css b/css/animation.css index 938ef01..66dc22f 100644 --- a/css/animation.css +++ b/css/animation.css @@ -1,7 +1,7 @@ /* css animation that spins a class around forever# */ .spinny{ - animation: rotate 5s infinite, colorchange 1.5s infinite alternate-reverse; + animation: rotate 10s infinite, colorchange 1.5s infinite alternate-reverse; } @keyframes rotate {