Skip to content

Latest commit

 

History

History
52 lines (29 loc) · 1.07 KB

PowerPoint.Shape.AnimationSettings.md

File metadata and controls

52 lines (29 loc) · 1.07 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Shape.AnimationSettings property (PowerPoint)
vbapp10.chm547047
vbapp10.chm547047
PowerPoint.Shape.AnimationSettings
c960d0de-afb3-55f2-b6fb-e67779cc42d2
06/08/2017
medium

Shape.AnimationSettings property (PowerPoint)

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

Syntax

expression. AnimationSettings

expression A variable that represents a Shape object.

Return value

AnimationSettings

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

See also

Shape Object

[!includeSupport and feedback]