npm.io
1.0.1 • Published 11 years ago

do-something-on-scroll

Licence
MIT
Version
1.0.1
Deps
1
Vulns
0
Weekly
0

doSomethingOnScroll

Somewhat performant onscroll wrapper thing that debounces to requestAnimationFrame.

Installation

$ npm install [--save] do-something-on-scroll

Usage

var doSomethingOnScroll = require('do-something-on-scroll');

function handler(offset, prevOffset) {
    console.log(offset, prevOffset);
}

doSomethingOnScroll(handler);

doSomethingOnScroll.cancel(handler);

License

MIT

Keywords