Launch Week Day 5: Introducing Reachability for PHP.Learn More
Socket
Book a DemoSign in
Socket

animation-frame-polyfill

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

animation-frame-polyfill

Polyfill requestAnimationFrame and cancelAnimationFrame

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

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";

Keywords

requestAnimationFrame

FAQs

Package last updated on 25 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts