flixel.tweens

..
misc
motion
EaseFunction

FlxEase

Static class with useful easer functions that can be used by tweens.

FlxTween

Allows you to create smooth interpolations and animations easily. "Tweening" is short for inbetweening: you only have to specify start and end values and FlxTween will generate all values between those two.

FlxTweenManager

A simple manager for tracking and updating game tween objects. Normally accessed via the static FlxTween.globalManager rather than being created separately.

FlxTweenType
Available since

4.5.0

TweenCallback

TweenOptions