anchor-scroll
v2.0.0
Published
Smooth scrolling for anchor links using scroll-to-element
Downloads
745
Readme
anchor-scroll
Smooth scrolling for anchor links using scroll-to-element
Installation
Download node at nodejs.org and install it, if you haven't already.
npm install anchor-scroll --save
Usage
anchorScroll = require("anchor-scroll");
anchorScroll.init({
updateUrl: true,
offset: 0,
ease: 'out-bounce',
duration: 1500,
selector: '.smooth-scroll' // default a[href*='#']
});
anchorScroll.destroy();
Dependencies
- closest: Find the closest parent that matches a selector.
- object-assign: ES6 Object.assign() ponyfill
- scroll-to-element: Smooth scrolling to an element via selector or node reference
License
MIT