TypeAliasTweens & Motion@public
FlxTweenType
Tween completion behavior.
ts
export type FlxTweenType = 'oneshot' | 'persist' | 'looping' | 'pingpong' | 'backward'