v23.1.2
版本发布时间: 2024-05-06 05:21:25
tweenjs/tween.js最新发布版本:v25.0.0(2024-07-26 12:51:38)
What's Changed
- fix yoyo repeat bug by @humodz in https://github.com/tweenjs/tween.js/pull/683
- Change the Easing.Linear methods to pure function so that saving them to a variable and calling them won't error. F.e. this no longer errors:
let in = TWEEN.Easing.Linear.In; in()
. by @soumen-pradhan in https://github.com/tweenjs/tween.js/pull/682
New Contributors
- @humodz made their first contribution in https://github.com/tweenjs/tween.js/pull/682
- @soumen-pradhan made their first contribution in https://github.com/tweenjs/tween.js/pull/682
Full Changelog: https://github.com/tweenjs/tween.js/compare/v23.1.1...v23.1.2