ChangeLog.md
August 18, 2021 ยท View on GitHub
v2.1.0
2021.8.18 UTC+8 10:58
- Add
smoothfunction 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
elsekeywords. - Add boundary test in some easing functions.