Releases: juliangarnier/anime
Releases · juliangarnier/anime
v1.1.3
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
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
API changes
- Add easeOutIn easing functions #53
Bug fixes
- Chrome 53 SVG path animation fix #66
Optimisations
Other
- Add JS Object animation example in documentation
- Add SVG path and color animation examples
v1.1
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