animation-frame-polyfill

WebJar for animation-frame-polyfill

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

animation-frame-polyfill
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

animation-frame-polyfill
WebJar for animation-frame-polyfill
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/webdeveric/animation-frame-polyfill

Download animation-frame-polyfill

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/animation-frame-polyfill/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>animation-frame-polyfill</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/animation-frame-polyfill/
implementation 'org.webjars.npm:animation-frame-polyfill:1.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/animation-frame-polyfill/
implementation ("org.webjars.npm:animation-frame-polyfill:1.0.1")
'org.webjars.npm:animation-frame-polyfill:jar:1.0.1'
<dependency org="org.webjars.npm" name="animation-frame-polyfill" rev="1.0.1">
  <artifact name="animation-frame-polyfill" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='animation-frame-polyfill', version='1.0.1')
)
libraryDependencies += "org.webjars.npm" % "animation-frame-polyfill" % "1.0.1"
[org.webjars.npm/animation-frame-polyfill "1.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Animation Frame Polyfill

Installation

npm install animation-frame-polyfill --save

Example Usage (es2015)

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

Versions

Version
1.0.1