-
add( |
dynamicTarget [, delaySeconds=0] [, withProperties]) |
→ TimingGroup |
-
Adds a new timing group.
dynamicTarget
|
A page item target that is an animation, media, or mso. Can accept: PageItem, Graphic, Behavior or MediaItem.
|
delaySeconds
|
number
The time delay in seconds for a target. (Optional)
|
withProperties
|
Object
Initial values for properties of the new TimingGroup (Optional)
|
-
-
Returns any TimingGroup in the collection.
-
-
Displays the number of elements in the TimingGroup.
-
-
Returns every TimingGroup in the collection.
-
-
Returns the first TimingGroup in the collection.
-
-
Returns the TimingGroup with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the TimingGroups within the specified range.
from
|
The TimingGroup, index, or name at the beginning of the range. Can accept: TimingGroup, Long Integer or String.
|
to
|
The TimingGroup, index, or name at the end of the range. Can accept: TimingGroup, Long Integer or String.
|
-
-
Returns the last TimingGroup in the collection.
-
-
Returns the middle TimingGroup in the collection.
-
-
Returns the TimingGroup whose index follows the specified TimingGroup in the collection.
obj
|
TimingGroup
The TimingGroup whose index comes before the desired TimingGroup.
|
-
-
Returns the TimingGroup with the index previous to the specified index.
obj
|
TimingGroup
The index of the TimingGroup that follows the desired TimingGroup.
|
-
-
Generates a string which, if executed, will return the TimingGroup.