Skip to content
InterfaceTweens & Motion@public

FlxTweenOptions

Common tween configuration.

ts
export interface FlxTweenOptions

Properties

PropertyModifiersTypeDescription
ease-FlxEaseFunction-
framerate-numberOptional discrete tween update rate. Zero uses every simulation step.
loopDelay-number-
onComplete-FlxTweenCallback-
onStart-FlxTweenCallback-
onUpdate-FlxTweenCallback-
startDelay-number-
type-FlxTweenType-

Released under the MIT License.