Skip to content

Instantly share code, notes, and snippets.

@jonhinson
Created April 1, 2010 13:44
Show Gist options
  • Save jonhinson/351815 to your computer and use it in GitHub Desktop.
Save jonhinson/351815 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
setTimeout(function() {
$('#april_fools').css('-moz-transform', 'rotate(0deg)');
}, 5000)
)};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment