Created
June 27, 2014 04:44
-
-
Save trentmwillis/1abeac77a90f7a899006 to your computer and use it in GitHub Desktop.
Co-worker prank. Ya know, just for fun
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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