Packagecom.boostworthy.animation.sequence
Classpublic class TweenStack
InheritanceTweenStack Inheritance Stack

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


Public Properties
 PropertyDefined by
 Inheritedlength : uint
Gets the length of this collection.
Stack
Protected Properties
 PropertyDefined by
 Inheritedm_aData : Array
Array for storing all data in this collection.
Stack
Public Methods
 MethodDefined by
  
Constructor.
TweenStack
  
addElement(objElement:Object):void
Adds a new tween to this object's collection.
TweenStack
 Inherited
dispose():void
Performs any appropriate clean-up tasks for garbage collection such as removing event listeners, setting object references to 'null', etc.
Stack
 Inherited
getIterator(uIterator:uint = 2):IIterator
Returns an iterator of the specified type.
Stack
 Inherited
removeElement(objElement:Object):void
Removes an element from this object's collection.
Stack
Constructor detail
TweenStack()constructor
public function TweenStack()

Constructor.

Method detail
addElement()method
public override function addElement(objElement:Object):void

Adds a new tween to this object's collection.

Parameters
objElement:Object — The tween to add to this object.