v25.0.0
版本发布时间: 2024-07-26 12:51:38
tweenjs/tween.js最新发布版本:v25.0.0(2024-07-26 12:51:38)
BREAKING: no longer auto-start tweens by default when calling tween.update()
. To restore previous behavior for the whole app, set the static Tween.autoStartOnUpdate
property to true
.
fix: make the end()
method work better by setting the end time to start + duration instead of Infinity.
Full Changelog: https://github.com/tweenjs/tween.js/compare/v24.0.0...v25.0.0