anime.js v3.2.1 Release Notes

Release Date: 2020-10-12 // over 3 years ago
  • ๐Ÿ‘Œ Improvements

    • โž• Add "remove" method on instance #635
    • (Re) Add easeOutIn easing function #684

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix bug with visibilitychange event and paused instances #701, #560, #721, #711
    • ๐Ÿ›  Fix condition for getAttribute when the returned value is 0 #540
    • ๐Ÿ›  Fix a scaling issue on path animations when animating an element inside an SVG #568

    ๐Ÿ“„ Docs

    • ๐Ÿ›  Fix ranged staggering example #704
    • ๐Ÿ‘ Better Elastic easings explanations #694
    • Cleanup examples

Previous changes from v3.2.0

  • ๐Ÿ‘Œ Improvements

    • โž• Add matrix and matrix3d parameters to allow the use of matrix values in CSS Transforms #636
    • ๐Ÿ”„ Change steps easing behaviour to match jump-start CSS timing function #625

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix (again) a bug where the animation will "flick" on reverse #623 #586 #503 #577