Created
April 30, 2011 07:51
-
-
Save aktowns/949522 to your computer and use it in GitHub Desktop.
Magic nyan-cat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:i=0;setInterval(function(){i++;if(i==360){i=0;};document.getElementsByClassName('nyan-cat')[0].setAttribute("style","-webkit-transform:rotate("+i+"deg)")},50); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment