Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tween and Timeline Behave Differently Immediately After .restartFrom() #24

Open
WesWedding opened this issue Mar 6, 2022 · 0 comments

Comments

@WesWedding
Copy link
Owner

During a project I discovered that Tween::restartFrom() and and Timeline::restartFrom() don't quite align in state in a way that I expected them to.

For instance, restartFrom() called on a Timeline immediately sets the timeline to return isActive() true. However, Tweens don't do this; you are required to call update()

It seems like a more consistent behavior between the two objects makes sense, and that in both cases isActive() should return true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant