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
});
});
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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
});
});