pixijs / animate

PixiJS runtime library for content from Adobe Animate CC
https://pixijs.io/animate/
MIT License
215 stars 33 forks source link

Fix gotoAndStop issue #129

Closed ericente closed 1 year ago

ericente commented 1 year ago

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.