PDFTransition.Styles

From Xojo Documentation

Enumeration
PDFTransition.Styles

New in 2021r3

The various visual styles that can be used when transitioning between pages.

Values

Enum Description
Blinds Multiple lines, evenly spaced across the screen, synchronously sweep in the same direction to reveal the next page. The lines may be either horizontal or vertical as specified by the Direction property. Horizontal lines move downward; Vertical lines move to the right.
Box A rectangular box sweeps inward from the edges of the page or outward from the center, as specified by the Direction property.
Cover The next page slides on to the screen in the direction specified by the Direction property, covering the current page.
Dissolve The current page dissolves gradually to reveal the next page.
Fade The next page gradually becomes visible through the current page.
Fly Changes are flown in or out in the direction specified by the Direction property, to or from a location that is offscreen.
Glitter Similar to Dissolve, except that the effect sweeps across the page in a wide band moving from one side of the screen to the other in the direction specified by the Direction property.
None The next page simply replaces the current page with no special transition effect.
Push The current page slides off the screen while the next page slides in, pushing the current page out in the direction specified by the Direction property.
Split Two lines sweep across the screen, revealing the next page. The lines may be either horizontal or vertical and may move inward from the edges of the page or outward from the center, as specified by the Direction property.
Uncover The current page slides off the screen in the direction specified by the Direction property, uncovering the next page in the direction specified by the Direction property.
Wipe A single line sweeps across the screen from one edge to the other in the direction specified by the Direction property.

Compatibility

Web projects on Linux, macOS and Windows operating systems.

See Also