Skip to content

Instantly share code, notes, and snippets.

@Nick0603
Created February 23, 2020 06:39
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 Nick0603/163afbacf5f68cea46656b04ec587740 to your computer and use it in GitHub Desktop.
Save Nick0603/163afbacf5f68cea46656b04ec587740 to your computer and use it in GitHub Desktop.
const navHeight = document.querySelector('nav');
const options = {
root: null,
rootMargin: `-${navHeight}px 0px 0px 0px`,
threshold: [0]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment