TimeLine.InteractiveSequences Property
PowerPoint Developer Reference |
Returns a Sequences object that represents animations that are triggered by click a specified shape.
Syntax
expression.InteractiveSequences
expression A variable that represents an TimeLine object.
Return Value
Sequences
Remarks
The default value of the InteractiveSequences property is an empty Sequences collection.
Example
The following example adds an interactive sequence to the first slide and sets the text effect properties for the new animation sequence.
Visual Basic for Applications |
---|
|
See Also