Skip to content

Instantly share code, notes, and snippets.

@wahengchang
Last active February 6, 2018 06:52
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 wahengchang/3c0a8f7bb2542aa68f1e0bf4accc6ee9 to your computer and use it in GitHub Desktop.
Save wahengchang/3c0a8f7bb2542aa68f1e0bf4accc6ee9 to your computer and use it in GitHub Desktop.
browser scroll
window.addEventListener('scroll', function(){
console.log(window.pageYOffset)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment