Animation Frame Polyfill
Installation
npm install animation-frame-polyfill --save
Example Usage (es2015)
import { requestAnimationFrame, cancelAnimationFrame } from 'animation-frame-polyfill';
License |
License |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdanimation-frame-polyfill |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionanimation-frame-polyfill
WebJar for animation-frame-polyfill
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
animation-frame-polyfill-1.0.1.pom | |
animation-frame-polyfill-1.0.1.jar | 4 KB |
animation-frame-polyfill-1.0.1-sources.jar | 22 bytes |
animation-frame-polyfill-1.0.1-javadoc.jar | 22 bytes |
Browse |
<!-- 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"]
npm install animation-frame-polyfill --save
import { requestAnimationFrame, cancelAnimationFrame } from 'animation-frame-polyfill';