anime

JavaScript animation engine

MIT License

Downloads
867.2K
Stars
49.7K
Committers
54

[!IMPORTANT]

Anime.js V4 is now available in early access

After years in the making, Anime.js V4 is finally available in early access for my GitHub Sponsors!

Powered by

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+

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

Package Rankings
Top 12.81% on Repo1.maven.org
Top 0.42% on Npmjs.org
Top 17.86% on Clojars.org
Top 3.59% on Proxy.golang.org
Top 0.68% on Bower.io
Related Projects