🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A lightweight scroll to jQuery plugin which uses jQuery animate() to provide smooth anchor scrolling with support for URL hash change event.

smooth-scroll scroll-to

Documentation

jQuery.lightweightScrollTo

Leightweight jQuery plugin to animated scrolling to anchors

Demo and usage

Demo: https://xennis.github.io/jQuery.lightweightScrollTo

Exemplary usage

$(document).ready(function () { 	jQuery('a[href^="#"]').lightweightScrollTo({ 		offset: 65 	}); }); 

You May Also Like