Available since

4.5.0

.

Variables

@:value(cast 16)@:impl@:enuminlineread onlyBACKWARD:FlxTweenType = 16

Backward Tween type, will play tween in reverse direction

@:value(cast 2)@:impl@:enuminlineread onlyLOOPING:FlxTweenType = 2

Looping Tween type, will restart immediately when it finishes.

@:value(cast 8)@:impl@:enuminlineread onlyONESHOT:FlxTweenType = 8

Oneshot Tween type, will stop and remove itself from its core container when it finishes.

@:value(cast 1)@:impl@:enuminlineread onlyPERSIST:FlxTweenType = 1

Persistent Tween type, will stop when it finishes.

@:value(cast 4)@:impl@:enuminlineread onlyPINGPONG:FlxTweenType = 4

"To and from" Tween type, will play tween hither and thither