3.1.0 • Published 7 years ago
super-animejs v3.1.0
Getting started
Download
Via npm
$ npm install animejs --saveor 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
- Targets
 - Properties
 - Property parameters
 - Animation parameters
 - Values
 - Keyframes
 - Stagering
 - Timeline
 - Controls
 - Callbacks and promises
 - SVG Animations
 - Easing functions
 - Helpers
 
Demos and examples
- CodePen demos and examples
 - juliangarnier.com
 - animejs.com
 - Moving letters by @tobiasahlin
 - Gradient topography animation by @crnacura
 - Organic shape animations by @crnacura
 - Pieces slider by @lmgonzalves
 - Staggering animations
 - Easings animations
 - Sphere animation
 - Layered animations
 - anime.js logo animation
 
Browser support
| Chrome | Safari | IE / Edge | Firefox | Opera | 
|---|---|---|---|---|
| 24+ | 8+ | 11+ | 32+ | 15+ | 
Website | Documentation | Demos and examples | MIT License | © 2019 Julian Garnier.