Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if (_href === "#header")
  2.     $("html, body").animate({scrollTop: 0 + "px"}, 3000);
  3. else
  4.     $("html, body").animate({scrollTop: $(_href).offset().top - 60 + "px"}, 1000);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement