animejs

WebJar for animejs

Лицензия

Лицензия

MIT
Категории

Категории

Github Инструменты разработки Контроль версий
Группа

Группа

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

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

github-com-juliangarnier-anime
Последняя версия

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

3.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/juliangarnier/anime

Скачать github-com-juliangarnier-anime

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

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

Зависимости

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

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

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


anime.js

JavaScript animation engine | animejs.com

npm version npm downloads

Anime.js (/ˈæn.ə.meɪ/) is a lightweight JavaScript animation library with a simple, yet powerful API.
It works with CSS properties, SVG, DOM attributes and JavaScript Objects.

Getting started | Documentation | Demos and examples | Browser support

Getting started

Download

Via npm

$ npm install animejs --save

or manual download.

Usage

ES6 modules

import anime from 'animejs/lib/anime.es.js';

CommonJS

const anime = require('animejs');

File include

Link anime.min.js in your HTML :

<script src="anime.min.js"></script>

Hello world

anime({
  targets: 'div',
  translateX: 250,
  rotate: '1turn',
  backgroundColor: '#FFF',
  duration: 800
});

Documentation

Demos and examples

Browser support

Chrome Safari IE / Edge Firefox Opera
24+ 8+ 11+ 32+ 15+

anime-js-v3-logo

Website | Documentation | Demos and examples | MIT License | © 2019 Julian Garnier.

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

Версия
3.0.1
2.0.2