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.

Overview

Name With Ownerjuliangarnier/anime
Primary LanguageJavaScript
Program languageJavaScript (Language Count: 1)
Platform
License:MIT License
Release Count15
Last Release Namev3.2.2 (Posted on )
First Release Namev1.0 (Posted on )
Created At2016-03-13 21:37:45
Pushed At2024-04-27 21:40:22
Last Commit At2024-03-29 17:28:53
Stargazers Count48.8k
Watchers Count750
Fork Count3.6k
Commits Count751
Has Issues Enabled
Issues Count713
Issue Open Count206
Pull Requests Count72
Pull Requests Open Count20
Pull Requests Close Count65
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top