Module: Gtk::RevealerTransitionType

Defined in:
(unknown)

Constant Summary collapse

NONE =

No transition

0 or :none
CROSSFADE =

Fade in

1 or :crossfade
SLIDE_RIGHT =

Slide in from the left

2 or :slide_right
SLIDE_LEFT =

Slide in from the right

3 or :slide_left
SLIDE_UP =

Slide in from the bottom

4 or :slide_up
SLIDE_DOWN =

Slide in from the top

5 or :slide_down
SWING_RIGHT =

Floop in from the left

6 or :swing_right
SWING_LEFT =

Floop in from the right

7 or :swing_left
SWING_UP =

Floop in from the bottom

8 or :swing_up
SWING_DOWN =

Floop in from the top

9 or :swing_down