0.2.2 • Published 10 years ago

scroll-y-stop v0.2.2

Weekly downloads
5
License
-
Repository
github
Last release
10 years ago

scroll-y-stop

It force stops vertical scrolling.

Install

npm install scroll-y-stop

Sample

var ScrollStop = require('scroll-y-stop').default;
var target = document.querySelector('#target');
new ScrollStop(target, 1.0, 5);
# stop scroll 5 times and each stop has 1 sec.

Author

etrojan

Repository

GitHub

Lisence

Apache-2.0

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago