Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 819 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 819 Bytes

animal : a minimal (8ko) javascript animation engine

Full documentation and examples Here

Main features :

  • CSS and DOm selector and Javascript object
  • CSS properties (most used css properties for animation including color, backgroundColor ...)
  • CSS transforms (translate3d, scale3d, rotate3d, perpective)
  • Animation parameters (duration, delay, easings, loop, reverse, reverse loop, autoplay)
  • Animation controls (play / stop / resume / seek / fromTo)
  • Callbacks (onStart, onUpdate, onComplete)
  • Helpers (random between 2 numbers, rgb to hex, hex to rgb ...)

Disclaimer

This is a personnal project and it(s not perfect. In case you want a complete, stable animation engine, just use the great anime.js by Julien garnier