bevy_tweening icon indicating copy to clipboard operation
bevy_tweening copied to clipboard

Make `Sequence` loopable

Open djeedai opened this issue 2 years ago • 0 comments

This is a sub-issue of #8. Opening this separately because for Sequence the problem is I believe well-defined, and work can move forward. This is not the case for Tracks though, so splitting the issue in two for clarity.

Allow Sequence to be loopable both with TweeningType::Loop (play all child tweenables once, then restart at first one) and with TweeningType::PingPong (play all child tweenables once, then restart from last back to first, then restart from first to last, etc.).

djeedai avatar Apr 24 '22 16:04 djeedai