request-polyfilled-animation-frame
v0.0.3
Published
requestAnimationFrame polyfill for environments that does not have it
Maintainers
Readme
request-polyfilled-animation-frame
requestAnimationFrame / cancelAnimationFrame polyfill for environments (like node) that do not have it.
Usage
import {requestAnimationFrame, cancelAnimationFrame} from 'request-polyfilled-animation-frame'In addition package also exports it's internal polyfill implementations:
import {requestPolyfilledAnimationFrame, cancelPolyfilledAnimationFrame} from 'request-polyfilled-animation-frame'Library internally uses polyfill for performance.now and also exports it as now so that timing is consistent across all users.
import {now} from 'request-polyfilled-animation-frame'Install
npm install request-polyfilled-animation-frame