Skip to content

Instantly share code, notes, and snippets.

@floscr
Created July 22, 2016 09:22
Show Gist options
  • Save floscr/3e7cd4f93a326d44799ae7d4110d3be4 to your computer and use it in GitHub Desktop.
Save floscr/3e7cd4f93a326d44799ae7d4110d3be4 to your computer and use it in GitHub Desktop.
Window Scroll Top Distance
window.pageYOffset || document.documentElement.scrollTop) - (document.documentElement.clientTop || 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment