Skip to content

v1.1

Compare
Choose a tag to compare
@juliangarnier juliangarnier released this 04 Jul 21:08
· 681 commits to master since this release

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