AnimationOrder Property
Applies To
AnimationSettings object.
Description
Returns or sets an integer that represents the position of the specified shape within the collection of shapes to be animated. Read/write Long.
Remarks
You won't see effects of setting this property unless the specified shape gets animated. For a shape to be animated, the TextLevelEffect property of the AnimationSettings object for the shape must be set to something other than ppAnimateLevelNone and the Animate property must be set to True.
See Also
Animate property, PrintSteps property.
Example
This example specifies that shape two on slide two the active presentation be animated second.
ActivePresentation.Slides(2).Shapes(2).AnimationSettings.AnimationOrder = 2