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: v24.0.0...v25.0.0