Leightweight jQuery plugin to animated scrolling to anchors
Demo: https://xennis.github.io/jQuery.lightweightScrollTo
Exemplary usage
$(document).ready(function () {
jQuery('a[href^="#"]').lightweightScrollTo({
offset: 65
});
});
Leightweight jQuery plugin to animated scrolling to anchors
Demo: https://xennis.github.io/jQuery.lightweightScrollTo
Exemplary usage
$(document).ready(function () {
jQuery('a[href^="#"]').lightweightScrollTo({
offset: 65
});
});