anchor-scroll

2.0.0 • Public • Published

anchor-scroll

Smooth scrolling for anchor links using scroll-to-element

NPM

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

License

MIT

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i anchor-scroll

    Weekly Downloads

    281

    Version

    2.0.0

    License

    MIT

    Last publish

    Collaborators

    • willhoag