Make Tweens easier to reuse #5380
timothyqiu
started this conversation in
General Discussions
Replies: 1 comment 2 replies
-
There is |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A
Tween
(orSceneTreeTween
in 3.5) is invalidated when finished. There seems no way to restart such a tween.The current workaround seems to be connecting the
finished
signal to itsstop
method. This feels hacky, a dedicated property might be better.Beta Was this translation helpful? Give feedback.
All reactions