Skip to content

Instantly share code, notes, and snippets.

@Cycymomo
Last active December 20, 2015 18:09
Show Gist options
  • Save Cycymomo/6173774 to your computer and use it in GitHub Desktop.
Save Cycymomo/6173774 to your computer and use it in GitHub Desktop.
140bytes - doABarrelRoll.js do a barrel roll by @SylvainPV at developpez.com
// 140bytes - http://www.developpez.net/forums/d1362763/webmasters-developpement-web/javascript/ludique-defis-code-en-tweet/
(function(){
for(e=document.body.style,i=4;i--;)p=["webkitT","mozT","msT","t"][i]+"rans",t=p+"form",e[p+"ition"]="all 5s",e[t]=e[t]?"":"rotate(360deg)"
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment