Anime Versions Save

JavaScript animation engine

v1.1.3

7 years ago

Bug fixes

  • Fix an SVG path animation bug when using easeInSine eaquation #100
  • Begin callback is now correctly fired when a delay is a function #98

v1.1.2

7 years ago

Bug fixes

  • Fix #79 Begin argument is now correctly called when delay is a function
  • Update argument is now called only if the animation smallest delay is finished

Other

  • Add function based timing values example in documentation
  • Improve colors examples

v1.1.1

7 years ago

API changes

  • Add easeOutIn easing functions #53

Bug fixes

  • Chrome 53 SVG path animation fix #66

Optimisations

  • Simpler is functions

Other

  • Add JS Object animation example in documentation
  • Add SVG path and color animation examples

v1.1

7 years ago

Internal changes

  • Performance optimisations
  • Use a unique Request Animation Frame (instead of creating a new one for each animations)
  • Replace +new Date() with the RAF timestamp
  • Add -webkit- prefixe for Safari < 9

Minor API changes

  • Remove myAnimation.running
  • Replace myAnimation.time by myAnimation.currentTime
  • Add anime.version

Other

  • Add examples directory

v1.0

7 years ago

Public release