Anime.js

JavaScript Animation Engine

Github stars Tracking Chart

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.

Main metrics

Overview
Name With Ownerjuliangarnier/anime
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 3)
Platform
License:MIT License
所有者活动
Created At2016-03-13 21:37:45
Pushed At2025-08-26 16:25:57
Last Commit At2025-08-12 14:23:58
Release Count26
Last Release Namev4.2.0-beta.0 (Posted on )
First Release Namev1.0 (Posted on )
用户参与
Stargazers Count63.6k
Watchers Count770
Fork Count4.2k
Commits Count823
Has Issues Enabled
Issues Count796
Issue Open Count77
Pull Requests Count80
Pull Requests Open Count1
Pull Requests Close Count101
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private