Skip to content

Instantly share code, notes, and snippets.

@lonekorean
Created June 10, 2018 22:42
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 lonekorean/e5df1e14d65feccdfc522c60c77397f9 to your computer and use it in GitHub Desktop.
Save lonekorean/e5df1e14d65feccdfc522c60c77397f9 to your computer and use it in GitHub Desktop.
Adding scroll event listener
window.addEventListener('scroll', this.onScrollThrottled.bind(this));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment