Skip to content

v25.0.0 - end of the end

Latest
Compare
Choose a tag to compare
@trusktr trusktr released this 26 Jul 04:51

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