You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Tween.stop() and Tween.stop_all() methods are named in a way that suggests that they stop the playback and reset the tween progress to 0, while in reality it only stops playback.
Yeah, I'm writing a comment in that thread as we speak. Honestly the issue of "stop" vs "pause" is already being discussed in several places, so I decided to open a separate issue to track Tween naming specifically. Feel free to close it in favor of the tracker thread or making #31168 more general.
Edit: Also, thanks for mentioning the Tween rewrite, I was not aware of that. I'll take a look at it and try to link this issue to the PR if relevant.
The
Tween.stop()
andTween.stop_all()
methods are named in a way that suggests that they stop the playback and reset the tween progress to0
, while in reality it only stops playback.Related:
AnimationPlayer
AnimatonPlayer.stop()
, mentioned in Rename the method stop() to pause() in AnimatedSprite. #31168 (comment)The text was updated successfully, but these errors were encountered: