Guest User

Untitled

a guest
Mar 13th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. i=0;spin();function spin(){if(i<361){document.body.setAttribute( "style", "-moz-transform: rotate("+i+"deg);-webkit-transform:rotate("+i+"deg);-o-transform: rotate("+i+"deg);");i++;setTimeout("spin()",1);}}
Add Comment
Please, Sign In to add comment