EffectInformation Object (PowerPoint)

Represents various animation options for an Effect object.

Remarks

Use the members of the EffectInformation object to return the current state of an Effect object, such as the after effect, whether the background animates along with its corresponding text, whether text animates in reverse, play settings, sound effects, text building behavior. All of the members of the EffectInformation object are read-only. To change any effect information properties, you must use the methods of the corresponding Sequence object.

Use the EffectInformation property of the Effect object to return an EffectInformation object.

Example

The following example sets the HideWhileNotPlaying property for the play settings in the main animation sequence.

Sub HideEffect()

    ActiveWindow.Selection.SlideRange(1).TimeLine _

        .MainSequence(1).EffectInformation.PlaySettings _

        .HideWhileNotPlaying = msoTrue

End Sub

See Also

Concepts

PowerPoint Object Model Reference

EffectInformation Object Members