Skip to content

Instantly share code, notes, and snippets.

@rlemon
Created July 26, 2012 20:53
Show Gist options
  • Save rlemon/3184443 to your computer and use it in GitHub Desktop.
Save rlemon/3184443 to your computer and use it in GitHub Desktop.
$('body').append('<style>.avatar img { -moz-transition: ease all 100ms; -webkit-transition: ease all 100ms; -ms-transition: ease all 100ms; -o-transition: ease all 100ms; transition: ease all 100ms; } .avatar:hover img { -webkit-transform: rotate(-720deg) scale(4.2); -moz-transform: rotate(-720deg) scale(4.2); -ms-transform: rotate(-720deg) scale(4.2); -o-transform: rotate(-720deg) scale(4.2); transform: rotate(-720deg) scale(4.2); z-index: 99999; opacity: 1;}</style>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment