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.
2020.2.2 UTC+8 11:34
- Fix precision problem of BackInElasticOut.
2020.1.24 UTC+8 14:59
- Fix PI precision problem of JS sine ease functions.
2019.12.18 UTC+8 21:32
- Optimize easing functions that delete all redundant
else
keywords. - Add boundary test in some easing functions.