Skip to content

Instantly share code, notes, and snippets.

@stephenscaff
Created June 28, 2014 11:15
Show Gist options
  • Select an option

  • Save stephenscaff/39e5a5739e95f2102605 to your computer and use it in GitHub Desktop.

Select an option

Save stephenscaff/39e5a5739e95f2102605 to your computer and use it in GitHub Desktop.
Add Class with Pure Javascript
//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