Detalhes do pacote

animation-frame-polyfill

webdeveric215kMIT1.0.2

Polyfill requestAnimationFrame and cancelAnimationFrame

requestAnimationFrame, cancelAnimationFrame, cancel, request

readme (leia-me)

Animation Frame Polyfill

Installation

npm install animation-frame-polyfill --save

Example Usage (es2015)

import { requestAnimationFrame, cancelAnimationFrame } from 'animation-frame-polyfill';