InstancesAnimationBehavior [] (index:
number)
Returns the AnimationBehavior with the specified index.
Parameter | Type | Description |
index | number | The index. |
AnimationBehavior add ([withProperties:
Object])
Creates a new AnimationBehavior.
Parameter | Type | Description |
withProperties | Object | Initial values for properties of the new AnimationBehavior (Optional) |
AnimationBehavior anyItem ()
Returns any AnimationBehavior in the collection.
number count ()
Displays the number of elements in the AnimationBehavior.
Array of AnimationBehavior everyItem ()
Returns every AnimationBehavior in the collection.
AnimationBehavior firstItem ()
Returns the first AnimationBehavior in the collection.
AnimationBehavior item (index:
varies)
Returns the AnimationBehavior with the specified index or name.
Parameter | Type | Description |
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
AnimationBehavior itemByID (id:
number)
Returns the AnimationBehavior with the specified ID.
Parameter | Type | Description |
id | number | The ID. |
AnimationBehavior itemByName (name:
string)
Returns the AnimationBehavior with the specified name.
Parameter | Type | Description |
name | string | The name. |
Array of AnimationBehavior itemByRange (from:
varies, to:
varies)
Returns the AnimationBehaviors within the specified range.
Parameter | Type | Description |
from | AnimationBehavior Long Integer String | The AnimationBehavior, index, or name at the beginning of the range. Can accept: AnimationBehavior, Long Integer or String. |
to | AnimationBehavior Long Integer String | The AnimationBehavior, index, or name at the end of the range. Can accept: AnimationBehavior, Long Integer or String. |
AnimationBehavior lastItem ()
Returns the last AnimationBehavior in the collection.
AnimationBehavior middleItem ()
Returns the middle AnimationBehavior in the collection.
AnimationBehavior nextItem (obj:
AnimationBehavior)
Returns the AnimationBehavior whose index follows the specified AnimationBehavior in the collection.
Parameter | Type | Description |
obj | AnimationBehavior | The AnimationBehavior whose index comes before the desired AnimationBehavior. |
AnimationBehavior previousItem (obj:
AnimationBehavior)
Returns the AnimationBehavior with the index previous to the specified index.
Parameter | Type | Description |
obj | AnimationBehavior | The index of the AnimationBehavior that follows the desired AnimationBehavior. |
string toSource ()
Generates a string which, if executed, will return the AnimationBehavior.
|