@essentials/request-interval
v1.2.0
Published
A setInterval() function that uses requestAnimationFrame() in the background for ticks
Downloads
1,378
Maintainers
Readme
A setInterval()
function that uses requestAnimationFrame()
in the background for ticks
Quick Start
import {
requestInterval,
clearRequestInterval,
} from '@essentials/request-interval'
// Has the same API as setInterval
const handle = requestInterval(() => {}, 300)
// Has the same API as clearInterval
clearRequestTimeout(handle)
LICENSE
MIT