Tweens a numeric value.
Constructor
Variables
Functions
View source
Parameters:
tween (fromValue : Float, toValue : Float, duration : Float, ease : EaseFunction) : Void
Tweens the value from one value to another.
Parameters:
fromValue | Start value. | |
toValue | End value. | |
duration | Duration of the tween. | |
ease | Optional easer function. |