Closed LukyVj closed 10 years ago
Hey, you should add a piece of javascript code to make the anchor scroll smoother
$('a').click(function() { $('html,body').animate({ scrollTop: $( $.attr(this, 'href') ).offset().top }, 1000); });
I removed the "heart" icon from the navigation. I will use this if I'll add a "to top" again.
Hey, you should add a piece of javascript code to make the anchor scroll smoother
$('a').click(function() { $('html,body').animate({ scrollTop: $( $.attr(this, 'href') ).offset().top }, 1000); });