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-04-25 07:02:57
Last Commit At2025-04-25 08:50:36
Release Count20
Last Release Namev4.0.2 (Posted on )
First Release Namev1.0 (Posted on )
用户参与
Stargazers Count61k
Watchers Count767
Fork Count4.1k
Commits Count801
Has Issues Enabled
Issues Count761
Issue Open Count80
Pull Requests Count74
Pull Requests Open Count0
Pull Requests Close Count95
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private