0.0.2 • Published 2 years ago
@bicycle-codes/raf-scroll v0.0.2
raf scroll
Scroll events, debounced with requestAnimationFrame.
install
npm i -S @bicycle-codes/raf-scrollexample
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'