1.0.1 • Published 8 years ago

local-scroll v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

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
}