AnimationBehaviors
A collection of animation behaviors.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the AnimationBehavior.
AnimationBehavior add( Object withProperties )
Creates a new AnimationBehavior.
Parameters
AnimationBehavior item( Mixed index )
Returns the AnimationBehavior with the specified index or name.
Parameters
AnimationBehavior itemByName( String name )
Returns the AnimationBehavior with the specified name.
Parameters
AnimationBehavior itemByID( Number id )
Returns the AnimationBehavior with the specified ID.
Parameters
AnimationBehavior itemByRange( Mixed from, Mixed to )
Returns the AnimationBehaviors within the specified range.
Parameters
AnimationBehavior firstItem()
Returns the first AnimationBehavior in the collection.
AnimationBehavior lastItem()
Returns the last AnimationBehavior in the collection.
AnimationBehavior middleItem()
Returns the middle AnimationBehavior in the collection.
AnimationBehavior previousItem( AnimationBehavior obj )
Returns the AnimationBehavior with the index previous to the specified index.
Parameters
AnimationBehavior nextItem( AnimationBehavior obj )
Returns the AnimationBehavior whose index follows the specified AnimationBehavior in the collection.
Parameters
AnimationBehavior anyItem()
Returns any AnimationBehavior in the collection.
AnimationBehavior everyItem()
Returns every AnimationBehavior in the collection.
String toSource()
Generates a string which, if executed, will return the AnimationBehavior.
AnimationBehavior []( Number index )
Returns the AnimationBehavior with the specified index.