|
Slide Show |
Top Previous Next |
|
Transition Effects
Using PresentationModeTransitionEffects you can specify the style of the visual transition to use when moving from one page to another during a presentation. Some viewer applications allow a document to be displayed in the form of a presentation or "slide show," advancing from one page to the next under user control. The various TransitionEffects are as follows:
teSplitHorizontalInward: Two lines sweep across the screen, revealing the new page. The lines are horizontal and move inward from the edges of the page.
teSplitHorizontalOutward: Two lines sweep across the screen, revealing the new page. The lines are horizontal and move outward from the center of the page.
teSplitVerticalInward: Two lines sweep across the screen, revealing the new page. The lines are vertical and move inward from the edges of the page.
teSplitVerticalOutward: Two lines sweep across the screen, revealing the new page. The lines are vertical and move outward from the center of the page.
teBlindsHorizontal: Multiple lines, evenly spaced across the screen, synchronously sweep in the same direction to reveal the new page. The lines are horizontal and move downward.
teBlindsVertical: Multiple lines, evenly spaced across the screen, synchronously sweep in the same direction to reveal the new page. The lines are vertical and move to the right.
teBoxInward: A rectangular box sweeps inward from the edges of the page revealing the new page.
teBoxOutward: A rectangular box sweeps outward from the center of the page revealing the new page.
teWipeLeftToRight: A single line sweeps across the screen from Left to Right edge of the page
teWipeBottomToTop: A single line sweeps across the screen from Bottom to the Top edge of the page
teWipeRightToLeft: A single line sweeps across the screen from Right to the Left edge of the page
teWipeTopToBottom: A single line sweeps across the screen from Top to Bottom edge of the page
teDissolve: The old page "dissolves" gradually to reveal the new one.
teGlitterLeftToRight: Similar to Dissolve, except that the effect sweeps across the page in a wide band moving from Left side of the screen to the Right side.
teGlitterTopToBottom: Similar to Dissolve, except that the effect sweeps across the page in a wide band moving from Top side of the screen to the Bottom side.
teGlitterTopLeftToBottomRight: Similar to Dissolve, except that the effect sweeps across the page in a wide band moving from Top Left corner of the screen to the Bottom Right corner.
teNone: The new page simply replaces the old one with no special transition effect.
Effects Duration Use PresentationModeEffectsDuration option to duration of the page transition effects in seconds.
|