srikat

Untitled

Apr 6th, 2015
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. if( yPos > 75 ) { // fade out sticky menu after 75 pixels have been scrolled down from the top
  2. $(".site-header").fadeOut();
  3. } else {
  4. $(".site-header").fadeIn();
  5. }
Advertisement
Add Comment
Please, Sign In to add comment