Created
February 23, 2020 06:39
-
-
Save Nick0603/163afbacf5f68cea46656b04ec587740 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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