Created
June 28, 2014 11:15
-
-
Save stephenscaff/39e5a5739e95f2102605 to your computer and use it in GitHub Desktop.
Add Class with Pure Javascript
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
| //Fade in page all sexy like with a css opaicty keyframe | |
| document.getElementsByTagName('html')[0].className+=' fade-in-page' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment