Skip to content

Instantly share code, notes, and snippets.

@Cycymomo
Last active December 20, 2015 18:09
Show Gist options
  • Save Cycymomo/6173792 to your computer and use it in GitHub Desktop.
Save Cycymomo/6173792 to your computer and use it in GitHub Desktop.
140bytes - transformImg.js by @nosmoking at developpez.com
// 140bytes - http://www.developpez.net/forums/d1362763/webmasters-developpement-web/javascript/ludique-defis-code-en-tweet/
(function(d,p){
for(i=0,m='onmouseo',s='style';I=d.images[i++];)I[m+'ver']=function(){this[s].transform=p},I[m+'ut']=function(){this[s]=''}
})(document,'rotate(-45deg)'); /*rotate(-45deg) : 45° rotation, scale(2) : zoom */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment