class flixel.tweens.misc.VarTween extends FlxTween

Available on all platforms

Tweens multiple numeric public properties of an Object simultaneously.

Instance Fields

function destroy():Void

Clean up references

function tween(object:Dynamic, properties:Dynamic, duration:Float):VarTween

Tweens multiple numeric public properties. * *

object

The object containing the properties. *

properties

An object containing key/value pairs of properties and target values. *

duration

Duration of the tween.