TimeLine object (PowerPoint)
Stores animation information for a Master, Slide, or SlideRange object.
Example
Use the TimeLineproperty of the Master, Slide, or SlideRange object to return a TimeLine object.
The TimeLine object's MainSequence property gains access to the main animation sequence, while the InteractiveSequences property gains access to the collection of interactive animation sequences of a slide or slide range.
To reference a timeline object, use syntax similar to these code examples:
ActivePresentation.Slides(1).TimeLine.MainSequence
ActivePresentation.SlideMaster.TimeLine.InteractiveSequences
ActiveWindow.Selection.SlideRange.TimeLine.InteractiveSequences
Properties
Name |
---|
Application |
InteractiveSequences |
MainSequence |
Parent |
See also
PowerPoint Object Model Reference
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.