Skip to content

Instantly share code, notes, and snippets.

@aktowns
Created April 30, 2011 07:51
Show Gist options
  • Save aktowns/949522 to your computer and use it in GitHub Desktop.
Save aktowns/949522 to your computer and use it in GitHub Desktop.
Magic nyan-cat
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