0.0.2 • Published 1 year ago

@bicycle-codes/raf-scroll v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

raf scroll

tests dependencies types module license

Scroll events, debounced with requestAnimationFrame.

install

npm i -S @bicycle-codes/raf-scroll

example

import { rafScroll } from '@bicycle-codes/raf-scroll'

rafScroll(ev => {
    // this is called at most once per animation frame
    console.log('scroll event', ev)
})

use minified scripts

import { rafScroll } from '@bicycle-codes/raf-scroll/min'