anime.js v3.1.0 Release Notes

Release Date: 2019-07-25 // over 4 years ago
  • ๐Ÿ‘Œ Improvements

    • โž• Add support for values with exponent (-1.12742e-12) #552
    • ๐Ÿ”จ Easing functions refactoring + added Bounce easing

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix wrong unit detection when a value contains spaces #502
    • ๐Ÿ›  Fix a bug where the parent of responsive SVG path was not properly set #556
    • ๐Ÿ›  Fix a bug where the animation will "flick" on reverse #512
    • ๐Ÿ›  Fix a bug where loopBegin callback could be called just before animation complete
    • โšก๏ธ Update anime.running reference when clearing array on visibility change #560#466
    • โšก๏ธ Update ES6 module instal path #588, #527, #590