Tweens multiple numeric public properties of an Object simultaneously.
Constructor
Functions
View source
Parameters:
tween (object : Dynamic, properties : Dynamic, duration : Float, ease : EaseFunction) : Void
Tweens multiple numeric public properties.
Parameters:
| object | The object containing the properties. | |
| properties | An object containing key/value pairs of properties and target values. | |
| duration | Duration of the tween. | |
| ease | Optional easer function. |