Class AnimationSettings (PowerPoint VBA)

The class AnimationSettings represents the special effects applied to the animation for the specified shape during a slide show.

Class Shape gives access to class AnimationSettings.


Dim ass as AnimationSettings
Set ass = ActiveWindow.RangeFromPoint.AnimationSettings

Properties

AdvanceMode returns or sets a value that indicates whether the specified shape animation advances only when clicked or automatically after a specified amount of time.

AdvanceTime returns or sets the amount of time, in seconds, after which the specified shape will become animated.

AfterEffect returns or sets a PpAfterEffect constant that indicates whether the specified shape appears dimmed, hidden, or unchanged after it is built.

Animate determines whether the specified shape is animated during a slide show.

AnimateBackground if the specified object is an AutoShape, specifies if the shape is animated separately from the text it contains.

AnimateTextInReverse determines whether the specified shape is built in reverse order. Applies only to shapes (such as shapes containing lists) that can be built in more than one step.

AnimationOrder returns or sets an integer that represents the position of the specified shape within the collection of shapes to be animated.

ChartUnitEffect returns or sets a value that indicates whether the graph range is animated by series, category, or element.

DimColor returns or sets a ColorFormat object that represents the color of the specified shape after it is been built.

EntryEffect for the AnimationSettings object, this property returns or sets the special effect applied to the animation for the specified shape.

PlaySettings returns a PlaySettings object that contains information about how the specified media clip plays during a slide show.

SoundEffect returns a SoundEffect object that represents the sound to be played during the transition to the specified slide.

TextLevelEffect indicates whether the text in the specified shape is animated by first-level paragraphs, second-level paragraphs, or some other level of paragraphs (up to fifth-level paragraphs).

TextUnitEffect indicates whether the text in the specified shape is animated paragraph by paragraph, word by word, or letter by letter.

ColorFormat - Represents the color of a one-color object, the foreground or background color of an object with a gradient or patterned fill, or the pointer color. You can set colors to an explicit red-green-blue value (by using the RGB property) or to a color in the color scheme (by using the SchemeColor property).

PlaySettings - Contains information about how the specified media clip will be played during a slide show.

SoundEffect - Represents the sound effect that accompanies an animation or slide transition in a slide show.