Skip to content
TypeAliasTweens & Motion@public

FlxTweenType

Tween completion behavior.

ts
export type FlxTweenType = 'oneshot' | 'persist' | 'looping' | 'pingpong' | 'backward'

Released under the MIT License.