Skip to content

Instantly share code, notes, and snippets.

@trentmwillis
Created June 27, 2014 04:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trentmwillis/1abeac77a90f7a899006 to your computer and use it in GitHub Desktop.
Save trentmwillis/1abeac77a90f7a899006 to your computer and use it in GitHub Desktop.
Co-worker prank. Ya know, just for fun
document.onscroll = function() {
document.body.style.transition = 'opacity 1s';
document.body.style.opacity = '0';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment