Skip to content

DaanDD/local-scroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
}

About

Animate scrolling to local links

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published