| 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. |