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