Module: Poppler::PageTransitionType

Defined in:
(unknown)

Constant Summary collapse

REPLACE =

the new page replace the old one

0 or :replace
SPLIT =

two lines sweep across the screen, revealing the new page

1 or :split
BLINDS =

multiple lines, evenly spaced across the screen, synchronously sweep in the same direction to reveal the new page

2 or :blinds
BOX =

a rectangular box sweeps inward from the edges of the page or outward from the center revealing the new page

3 or :box
WIPE =

a single line sweeps across the screen from one edge to the other revealing the new page

4 or :wipe
DISSOLVE =

the old page dissolves gradually to reveal the new one

5 or :dissolve
GLITTER =

similar to #POPPLER_PAGE_TRANSITION_DISSOLVE, except that the effect sweeps across the page in a wide band moving from one side of the screen to the other

6 or :glitter
FLY =

changes are flown out or in to or from a location that is offscreen

7 or :fly
PUSH =

the old page slides off the screen while the new page slides in

8 or :push
COVER =

the new page slides on to the screen covering the old page

9 or :cover
UNCOVER =

the old page slides off the screen uncovering the new page

10 or :uncover
FADE =

the new page gradually becomes visible through the old one

11 or :fade