TimeLine.MainSequence Property
PowerPoint Developer Reference |
Returns a Sequence object that represents the collection of Effect objects in the main animation sequence of a slide.
Syntax
expression.MainSequence
expression A variable that represents a TimeLine object.
Return Value
Sequence
Remarks
The default value of the MainSequence property is an empty Sequence collection. Any attempt to return a value from this property without adding one or more Effect objects to the main animation sequence will result in a run-time error.
Example
The following example adds a boomerang animation to a new shape on a new slide added to the active presentation.
Visual Basic for Applications |
---|
|
See Also