npm.io
1.0.1 • Published 10 years ago

local-scroll

Licence
ISC
Version
1.0.1
Deps
0
Vulns
0
Weekly
0

Local scroll

This plugin adds animated scrolling to local links. jQuery is required.

Usage

npm install --save local-scroll
import LocalScroll from 'local-scroll';
new LocalScroll({
  // Options
  selector: "a[href^=#]"
});

Options

{
  selector: "[data-scroll]",  // Choose which items get triggered
  offset: 0,                  // Offset scroll in pixels
  duration: 400               // Animation duration
}