-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
Add Tween Event #2151
base: main
Are you sure you want to change the base?
Add Tween Event #2151
Conversation
I have decided against adding a multiplier target for now, it can be added at a later point of development. |
I think it would be nice to support loops (also endless loop, but might need to disable await?). Use case would be something:
|
Good suggestions but I feature-froze this PR. They can be added in future PRs. |
We have found a bug where selecting |
This adds an event to tween values from timelines.
To do: