local-scroll

This plugin adds animated scrolling to local links. jQuery is required.

Usage no npm install needed!

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

README

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
}