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