DefaultWebOptions.ShowSlideAnimation Property (PowerPoint)
Determines the default setting for whether slide animations are enabled when previewing, saving, or publishing a Web presentation. Read/write.
Syntax
expression .ShowSlideAnimation
expression A variable that represents a DefaultWebOptions object.
Return Value
MsoTriState
Remarks
The value of the ShowSlideAnimation property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
msoFalse |
Slide animations are disabled by default when previewing, saving, or publishing a Web presentation. |
msoTrue |
Slide animations are enabled by default when previewing, saving, or publishing a Web presentation. |
Example
This example specifies that slide animations in Microsoft PowerPoint are enabled for Web presentation.
Application.DefaultWebOptions.ShowSlideAnimation = msoTrue