Advertisement
salmancreation

offset and one page nav

Nov 2nd, 2017
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if ( $('body').hasClass('logged-in') ) {
  2.         var top_offset = $('.header-area').height() + 32;
  3.     } else {
  4.         var top_offset = $('.header-area').height() - 0;
  5.     }
  6.  
  7.     $('.primary-nav-one-page nav').onePageNav({
  8.          scrollOffset: top_offset,
  9.          scrollSpeed: 750,
  10.          easing: 'swing',
  11.          currentClass: 'active',
  12.     });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement