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
bymyAnimation.currentTime
- Add
anime.version
Other
- Add examples directory