Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 504 Bytes

ChangeLog.md

File metadata and controls

27 lines (15 loc) · 504 Bytes

v2.1.0

2021.8.18 UTC+8 10:58

  • Add smooth function and set it as default ease.
  • Optimize the execution of the Queue Action.
  • Improve the code comments.

v2.0.3

2020.2.2 UTC+8 11:34

  • Fix precision problem of BackInElasticOut.

v2.0.2

2020.1.24 UTC+8 14:59

  • Fix PI precision problem of JS sine ease functions.

v2.0.1

2019.12.18 UTC+8 21:32

  • Optimize easing functions that delete all redundant else keywords.
  • Add boundary test in some easing functions.