Module: Gtk::StackTransitionType

Defined in:
(unknown)

Constant Summary collapse

NONE =

No transition

0 or :none
CROSSFADE =

A cross-fade

1 or :crossfade
SLIDE_RIGHT =

Slide from left to right

2 or :slide_right
SLIDE_LEFT =

Slide from right to left

3 or :slide_left
SLIDE_UP =

Slide from bottom up

4 or :slide_up
SLIDE_DOWN =

Slide from top down

5 or :slide_down
SLIDE_LEFT_RIGHT =

Slide from left or right according to the children order

6 or :slide_left_right
SLIDE_UP_DOWN =

Slide from top down or bottom up according to the order

7 or :slide_up_down
OVER_UP =

Cover the old page by sliding up. Since 3.12

8 or :over_up
OVER_DOWN =

Cover the old page by sliding down. Since: 3.12

9 or :over_down
OVER_LEFT =

Cover the old page by sliding to the left. Since: 3.12

10 or :over_left
OVER_RIGHT =

Cover the old page by sliding to the right. Since: 3.12

11 or :over_right
UNDER_UP =

Uncover the new page by sliding up. Since 3.12

12 or :under_up
UNDER_DOWN =

Uncover the new page by sliding down. Since: 3.12

13 or :under_down
UNDER_LEFT =

Uncover the new page by sliding to the left. Since: 3.12

14 or :under_left
UNDER_RIGHT =

Uncover the new page by sliding to the right. Since: 3.12

15 or :under_right
OVER_UP_DOWN =

Cover the old page sliding up or uncover the new page sliding down, according to order. Since: 3.12

16 or :over_up_down
OVER_DOWN_UP =

Cover the old page sliding down or uncover the new page sliding up, according to order. Since: 3.14

17 or :over_down_up
OVER_LEFT_RIGHT =

Cover the old page sliding left or uncover the new page sliding right, according to order. Since: 3.14

18 or :over_left_right
OVER_RIGHT_LEFT =

Cover the old page sliding right or uncover the new page sliding left, according to order. Since: 3.14

19 or :over_right_left