Skip to content

Instantly share code, notes, and snippets.

@danielvanc
Last active March 8, 2022 15:01
Show Gist options
  • Save danielvanc/62b4559353b7a796b7f56ae886f15d9c to your computer and use it in GitHub Desktop.
Save danielvanc/62b4559353b7a796b7f56ae886f15d9c to your computer and use it in GitHub Desktop.
Find out how far down browser viewport
const scrolledDown = window.scrollY + window.innerHeight;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment