3.1.0 • Published 5 years ago

super-animejs v3.1.0

Weekly downloads
4,693
License
MIT
Repository
github
Last release
5 years ago

Getting started

Download

Via npm

$ npm install animejs --save

or manual download.

Usage

ES6 modules

import anime from 'lib/anime.es.js';

CommonJS

import anime from 'lib/anime.js';

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

ChromeSafariIE / EdgeFirefoxOpera
24+8+11+32+15+

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