class
Actuator



static
tween<T>(target:T, properties::Dynamic, duration:Float, options:ActuatorOptions = null):Actuator<T>


read-only
delay:Float
Specifies a delay for the start of an animation in seconds. If using negative values, the animation will start as if it
had already been playing for N seconds.
read-only
duration:Float
Defines how long time an animation should take to complete.
read-only
properties::Dynamic
End values to apply to the target.
read-only
target:T
The object to apply the tween.


run():Void
Starts to run the tween.
stop():Void
Stops the tween if it is running.