TransitionEffect Property

Applies To

Page object.

Description

Specifies the visual effect to use when changing from one page to another.

Syntax

object.TransitionEffect [= fmTransitionEffect]

The TransitionEffect property syntax has these parts:

Part

Description

object

Required. A valid object.

fmTransitionEffect

Optional. The transition effect you want between pages.


Settings

The settings for fmTransitionEffect are:

Constant

Value

Description

fmTransitionEffectNone

0

No special effect (default).

fmTransitionEffectCoverUp

1

The new page covers the old page, moving from the bottom to the top.

fmTransitionEffectCoverRightUp

2

The new page covers the old page, moving from the bottom left corner to the top right corner.

fmTransitionEffectCoverRight

3

The new page covers the old page, moving from the left edge to the right.

fmTransitionEffectCoverRightDown

4

The new page covers the old page, moving from the top left corner to the bottom right corner.

fmTransitionEffectCoverDown

5

The new page covers the old page, moving from the top to the bottom.

fmTransitionEffectCoverLeftDown

6

The new page covers the old page, moving from the top right corner to the bottom left corner.

fmTransitionEffectCoverLeft

7

The new page covers the old page, moving from the right to the left.

fmTransitionEffectCoverLeftUp

8

The new page covers the old page, moving from the bottom right corner to the top left corner.


(continued)

Constant

Value

Description

fmTransitionEffectPushUp

9

The new page pushes the old page out of view, moving from the bottom to the top.

fmTransitionEffectPushRight

10

The new page pushes the old page out of view, moving from the left to the right.

fmTransitionEffectPushDown

11

The new page pushes the old page out of view, moving from the top to the bottom.

fmTransitionEffectPushLeft

12

The new page pushes the old page out of view, moving from the right to the left.


Remarks

Use the TransitionPeriod property to specify the duration of a transition effect.

See Also

TransitionPeriod property.