Value | Meaning |
---|---|
None0 | No transition |
Crossfade1 | A cross-fade |
SlideRight2 | Slide from left to right |
SlideLeft3 | Slide from right to left |
SlideUp4 | Slide from bottom up |
SlideDown5 | Slide from top down |
SlideLeftRight6 | Slide from left or right according to the children order |
SlideUpDown7 | Slide from top down or bottom up according to the order |
OverUp8 | Cover the old page by sliding up |
OverDown9 | Cover the old page by sliding down |
OverLeft10 | Cover the old page by sliding to the left |
OverRight11 | Cover the old page by sliding to the right |
UnderUp12 | Uncover the new page by sliding up |
UnderDown13 | Uncover the new page by sliding down |
UnderLeft14 | Uncover the new page by sliding to the left |
UnderRight15 | Uncover the new page by sliding to the right |
OverUpDown16 | Cover the old page sliding up or uncover the new page sliding down, according to order |
OverDownUp17 | Cover the old page sliding down or uncover the new page sliding up, according to order |
OverLeftRight18 | Cover the old page sliding left or uncover the new page sliding right, according to order |
OverRightLeft19 | Cover the old page sliding right or uncover the new page sliding left, according to order |
RotateLeft20 | Pretend the pages are sides of a cube and rotate that cube to the left |
RotateRight21 | Pretend the pages are sides of a cube and rotate that cube to the right |
RotateLeftRight22 | Pretend the pages are sides of a cube and rotate that cube to the left or right according to the children order |
Possible transitions between pages in a gtk.stack.Stack widget.
New values may be added to this enumeration over time.