Slide.TimeLine Property
PowerPoint Developer Reference |
Returns a TimeLine object that represents the animation timeline for the slide. Read-only.
Syntax
expression.TimeLine
expression A variable that represents a Slide object.
Return Value
TimeLine
Example
The following example adds a bouncing animation to the first shape on the first slide.
Visual Basic for Applications |
---|
|
See Also