Skip to content

leventekk/snapscroll

Repository files navigation

SnapScroll

Installing

Install the package:

yarn install snapscroll

Import the plugin:

import SnapScroll from 'snapscroll';

SnapScroll('.snapscroll-element', options);

Available options:

{
    proximity: 100,
    duration: 200,
    easing: time => time,
    onSnapWait: 50,
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published