Share via


TimeLine Object

TimeLine Object
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.


Aa201622.parchild(en-us,office.10).gifTimeLine
Aa201622.space(en-us,office.10).gifAa201622.parchild(en-us,office.10).gif

Stores animation information for a Master, Slide or SlideRange object.

Using the TimeLine object

Use the TimeLine property 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