Skip to content

Instantly share code, notes, and snippets.

@hkitago
Created May 23, 2022 08:06
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 hkitago/6e3f6d5517f5f196dfc95df8128ebcf5 to your computer and use it in GitHub Desktop.
Save hkitago/6e3f6d5517f5f196dfc95df8128ebcf5 to your computer and use it in GitHub Desktop.
scrolledElement.addEventListener('scroll', (e) => {
if (e.tareget.offsetHeight + e.tareget.scrollTop >= e.tareget.scrollHeight) {
// Do something.
}
}, { passive: true })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment