Skip to content
TypeAliasTweens & Motion@public

FlxTweenCallback

Callback invoked with its owning tween.

ts
export type FlxTweenCallback = (tween: FlxTween) => void

Released under the MIT License.