Skip to content

Instantly share code, notes, and snippets.

@paulnicholsen27
Created May 20, 2015 21:16
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 paulnicholsen27/92c88fc8cf290c14f28b to your computer and use it in GitHub Desktop.
Save paulnicholsen27/92c88fc8cf290c14f28b to your computer and use it in GitHub Desktop.
if (st > lastScrollTop){
// downscroll code
$(".test-sticky_nav-hide #site-header-container").addClass(
"hide", 4000);
} else {
// upscroll code
$(".test-sticky_nav-hide #site-header-container").removeClass(
"hide", 4000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment