Tweens a numeric public property of an Object.
Constructor
Functions
View source
Parameters:
tween (object : Dynamic, property : String, to : Float, duration : Float, ease : EaseFunction) : Void
Tweens a numeric public property.
Parameters:
object | The object containing the property. | |
property | The name of the property (eg. "x"). | |
to | Value to tween to. | |
duration | Duration of the tween. | |
ease | Optional easer function. |