super-animejs

WebJar for super-animejs

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

super-animejs
Last Version

Last Version

3.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

super-animejs
WebJar for super-animejs
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/juliangarnier/anime

Download super-animejs

How to add to project

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

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.


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.

Versions

Version
3.1.0