TransitionPeriod property
Specifies the duration, in milliseconds, of a transition effect.
Syntax
object.TransitionPeriod [= Long ]
The TransitionPeriod property syntax has these parts:
Part | Description |
---|---|
object | Required. A valid object. |
Long | Optional. How long it takes to complete the transition from one page to another. |
Remarks
Any integer from zero to 10000 is a valid setting for this property. Setting the TransitionPeriod property to zero disables the transition effect; setting TransitionPeriod to 10000 creates a 10-second transition.
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.