requestanimationframe

WebJar for requestanimationframe

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

requestanimationframe
Last Version

Last Version

0.0.23
Release Date

Release Date

Type

Type

jar
Description

Description

requestanimationframe
WebJar for requestanimationframe
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/cagosta/requestAnimationFrame

Download requestanimationframe

How to add to project

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

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.

requestAnimationFrame

Introduction

requestAnimationFrame polyfill by Paul Irish & Erik Möller.
This is just a AMD-modularized bower-ready fork.

## Install ##

With bower:

bower install requestAnimationFrame

With src="requestAnimationFrame.js"

Inlude app/requestAnimationFrame.js into your html page

<script src="[path_to_source]/requestAnimationFrame.js>"></script>

## Use ##

This is a polyfill, just use requestAnimationFrame as you would have.

With amd

Point requestAnimationFrame to [bower_components_path]/requestAnimationFrame/app/requestAnimationFrame.js into your requirejs path config and load it with requirejs:

require(['requestAnimationFrame'], function( requestAnimationFrame ){

})

Authors

License

MIT License

Versions

Version
0.0.23