page-scroll-to-id
page-scroll-to-id copied to clipboard
smooth scroll and highlight not working
http://codepen.io/SaraTez/pen/ORwgJO The smooth scroll effect and highlight of menu items doesn't change on scroll/show up
I've tried lots of different combinations of the code but it doesn't seem to work, the codepen is what i'm trying at the moment.
The highlight worked when I used the JS below but the links wouldn't navigate to the sections/there was still no smooth scroll.
'$( document ).ready(function() { (function($){ $(window).on("load",function(){ $("a[href*='#']").mPageScroll2id(); }); })(jQuery);
$("#navigation a").mPageScroll2id({ scrollSpeed:900 }); });'
Thanks, Sara