Instance Properties
| Name | Description | Access |
|---|---|---|
| length | number The number of objects in the collection. | read-only |
Methods
| add( | [withProperties]) |
→ AnimationBehavior |
| anyItem( | ) |
→ AnimationBehavior |
| count( | ) |
→ number |
| item( | index) |
→ AnimationBehavior |
| itemByID( | id) |
→ AnimationBehavior |
| itemByName( | name) |
→ AnimationBehavior |
| itemByRange( | from, to) |
→ AnimationBehavior |
| nextItem( | obj) |
→ AnimationBehavior |
| previousItem( | obj) |
→ AnimationBehavior |
| toSource( | ) |
→ string |
-
add( [withProperties])→ AnimationBehavior -
Creates a new AnimationBehavior.
withPropertiesObject Initial values for properties of the new AnimationBehavior (Optional) -
anyItem( )→ AnimationBehavior -
Returns any AnimationBehavior in the collection.
-
count( )→ number -
Displays the number of elements in the AnimationBehavior.
-
everyItem( )→ AnimationBehavior -
Returns every AnimationBehavior in the collection.
-
firstItem( )→ AnimationBehavior -
Returns the first AnimationBehavior in the collection.
-
item( index)→ AnimationBehavior -
Returns the AnimationBehavior with the specified index or name.
indexThe index or name. Can accept: Long Integer or String. -
itemByID( id)→ AnimationBehavior -
Returns the AnimationBehavior with the specified ID.
idnumber The ID. -
itemByName( name)→ AnimationBehavior -
Returns the AnimationBehavior with the specified name.
namestring The name. -
itemByRange( from, to)→ AnimationBehavior -
Returns the AnimationBehaviors within the specified range.
fromThe AnimationBehavior, index, or name at the beginning of the range. Can accept: AnimationBehavior, Long Integer or String. toThe AnimationBehavior, index, or name at the end of the range. Can accept: AnimationBehavior, Long Integer or String. -
lastItem( )→ AnimationBehavior -
Returns the last AnimationBehavior in the collection.
-
middleItem( )→ AnimationBehavior -
Returns the middle AnimationBehavior in the collection.
-
nextItem( obj)→ AnimationBehavior -
Returns the AnimationBehavior whose index follows the specified AnimationBehavior in the collection.
objAnimationBehavior The AnimationBehavior whose index comes before the desired AnimationBehavior. -
previousItem( obj)→ AnimationBehavior -
Returns the AnimationBehavior with the index previous to the specified index.
objAnimationBehavior The index of the AnimationBehavior that follows the desired AnimationBehavior. -
toSource( )→ string -
Generates a string which, if executed, will return the AnimationBehavior.