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

Syncronizing tween start #117

Closed

Conversation

guifes
Copy link

@guifes guifes commented Dec 13, 2021

The reason behind this PR is to be able to have all tweens called in the same "frame" of updates to start at the "same time" and be synchronized.

Adding static "time" tracker to SimpleActuator and simplifying and syncronizing "startTime" for tweens created sequentially.
Unfortunetely (or not) this creates the need to call

Actuate.initialize();

before you create any tweens. But there is no loss in performance and the code is simpler.

…ncronizing "startTime" for tweens created sequentially.
@guifes guifes closed this Apr 13, 2023
@guifes guifes deleted the feature/syncronizing-tween-start branch April 13, 2023 22:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant