TweenStack

TweenStack

The ‘TweenStack’ class is an extension of the regular stack.  When new tweens are added to this collection, they are first compared against other tweens which target the same object and property and re-order them for proper rendering.

See Also

com.boostworthy.animation.sequence.Timeline, com.boostworthy.collections.Stack

Summary
TweenStackThe ‘TweenStack’ class is an extension of the regular stack.
Functions
TweenStackConstructor.
addElementAdds a new tween to this object’s collection.

Functions

TweenStack

public function TweenStack()

Constructor.

addElement

public override function addElement(objElement: Object):void

Adds a new tween to this object’s collection.

Parameters

param objElement The tween to add to this object. 
Stores data in a ‘first on, last off’ fashion.
public function TweenStack()
Constructor.
public override function addElement(objElement: Object):void
Adds a new tween to this object’s collection.
Close