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

Fix gotoAndStop issue #129

Merged
merged 1 commit into from
Jan 9, 2023
Merged

Fix gotoAndStop issue #129

merged 1 commit into from
Jan 9, 2023

Conversation

ericente
Copy link
Collaborator

Fix issue with jumping to a non-keyframed frame following a tween. Makes sure there are Tween objects representing the full duration of a Timeline.

Problem behavior was: when skipping more than 1 frame past a tween using gotoAndStop(), if no new static keyframes existed after the tween, properties would not update to their correct values.

Fix issue with jumping to a non-keyframed frame following a tween
@ericente ericente requested a review from andrewstart November 10, 2022 02:33
@andrewstart andrewstart merged commit 4f2879e into master Jan 9, 2023
@andrewstart andrewstart deleted the timeline-jumping-fix branch January 9, 2023 03:41
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.

2 participants