Very similar to IAbstractDownvoteFactory, but all CSS. I wrote it for webkit browsers to make others work, it should be obvious, but it will take a lot of copy-paste.
.rotate-me { -webkit-animation-iteration-count: infinite; -webkit-animation-duration: 8s; -webkit-animation-name: rotate; -webkit-animation-timing-function: linear; } @-webkit-keyframes rotate { 0% {-webkit-transform: rotate(0deg);} 100% {-webkit-transform: rotate(359deg);} }
http://jsfiddle.net/t2fEW/
source share