This topic has not yet been rated - Rate this topic

Timing Property

Office 2003

Returns a Timing object that represents the timing properties for an animation sequence.

expression.Timing

expression    Required. An expression that returns one of the objects in the Applies To list.

Example

The following example sets the duration of the first animation sequence on the first slide.

Sub SetTiming()
    ActivePresentation.Slides(1).TimeLine _
        .MainSequence(1).Timing.Duration = 1
End Sub
		




Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.