Skip to content
This repository has been archived by the owner on Dec 8, 2018. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 294 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 294 Bytes

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
	});
});