This topic has not yet been rated - Rate this topic

AnimationSettings Property

Office 2003

Returns an AnimationSettings object that represents all the special effects you can apply to the animation of the specified shape.

expression.AnimationSettings

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

Example

This example sets shape one on slide two in the active presentation to fly in from the left when the slide is built.

With ActivePresentation.Slides(2).Shapes(1).AnimationSettings
    .EntryEffect = ppEffectFlyFromLeft
    .TextLevelEffect = ppAnimateByAllLevels
End With
		




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