Skip to content

webdeveric/animation-frame-polyfill

Repository files navigation

Animation Frame Polyfill

Installation

pnpm add animation-frame-polyfill
npm install animation-frame-polyfill --save

Example Usage (es2015)

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

Packages

 
 
 

Contributors