snapscroll
v2.0.0
Published
SnapScroll
Readme
SnapScroll
Installing
Install the package:
yarn install snapscrollImport the plugin:
import SnapScroll from 'snapscroll';
SnapScroll('.snapscroll-element', options);Available options:
{
proximity: 100,
duration: 200,
easing: time => time,
onSnapWait: 50,
}