AnnulusGames / LitMotion

Lightning-fast and Zero Allocation Tween Library for Unity.
https://annulusgames.github.io/LitMotion/
MIT License
841 stars 66 forks source link

Change `LoopType.Yoyo` behavior and add `LoopType.Flip` #145

Closed AnnulusGames closed 4 days ago

AnnulusGames commented 4 days ago

LoopType.Yoyo in v1 did not have a rewinding motion like a yo-yo, and the naming and behavior were inconsistent.

Therefore, we will change the behavior of LoopType.Yoyo to a rewinding motion after animation, and change the previous behavior of animating again in the reverse direction to LoopType.Flip.