requestanimationframe

WebJar for requestanimationframe

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

requestanimationframe
Последняя версия

Последняя версия

0.0.23
Дата

Дата

Тип

Тип

jar
Описание

Описание

requestanimationframe
WebJar for requestanimationframe
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/cagosta/requestAnimationFrame

Скачать requestanimationframe

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.0.23