0.0.2 • Published 1 month ago

@bicycle-codes/raf-scroll v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month 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'
0.0.2

1 month ago

0.0.1

2 months ago

0.0.0

2 months ago