@types/animation-frame
TypeScript icon, indicating that this package has built-in type declarations

0.1.32 • Public • Published

Installation

npm install --save @types/animation-frame

Summary

This package contains type definitions for animation-frame (https://github.com/kof/animation-frame).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/animation-frame.

index.d.ts

interface AnimationFrame {
    new(): AnimationFrame;
    request(callback: () => void): void;
}

declare var AnimationFrame: AnimationFrame;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:04 GMT
  • Dependencies: none

Credits

These definitions were written by Qinfeng Chen.

/@types/animation-frame/

    Package Sidebar

    Install

    npm i @types/animation-frame

    Weekly Downloads

    30

    Version

    0.1.32

    License

    MIT

    Unpacked Size

    2.87 kB

    Total Files

    5

    Last publish

    Collaborators

    • types