anchor-scroll

Smooth scrolling for anchor links using scroll-to-element

Usage no npm install needed!

<script type="module">
  import anchorScroll from 'https://cdn.skypack.dev/anchor-scroll';
</script>

README

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