Adds an event listener.
Object
TimingTarget
a timing target.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| Number 0–60 | read/write | The time delay in seconds for a single target or a group of targets after the previoius group has finished. | |
| Behavior | Graphic | PageItem | MediaItem | read/write | A page item target that is an animation, media, or mso. Can return: PageItem, Graphic, Behavior or MediaItem. | |
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| Number | readonly | The index of the TimingTarget within its containing object. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| TimingGroup | readonly | The parent of the TimingTarget (a TimingGroup). | |
| Object | read/write | A property that allows setting of several properties at the same time. | |
| Boolean | read/write | Set to true if reversing animation on rolloff. Valid only for self rolloff trigger event. |
Methods
→ TimingTarget[]
Resolves the object specifier, creating an array of object references.
Moves the timing group or target to the specified location.
to
LocationOptions
The location in relation to the reference object or within the containing object.
reference?
TimingGroup | TimingTarget | TimingList
The reference object. Note: Required when the to parameter specifies before or after. . Can accept: TimingGroup, TimingTarget or TimingList.
→ void
Deletes the TimingTarget.
→ Boolean
Removes the event listener.
→ String
Generates a string which, if executed, will return the TimingTarget.
→ String
Retrieves the object specifier.
→ void
Unlink target from this group and append to the end of this timing list.
Object of 3
Properties elsewhere that hold a TimingTarget.
Parameter of 5
Method parameters that accept a TimingTarget.
Return 13
Methods that return a TimingTarget.
TimingTarget.getElements()TimingTarget.move()TimingTargets.[]()TimingTargets.add()TimingTargets.anyItem()TimingTargets.everyItem()TimingTargets.firstItem()TimingTargets.item()TimingTargets.itemByRange()TimingTargets.lastItem()TimingTargets.middleItem()TimingTargets.nextItem()TimingTargets.previousItem()