:right-sidebar: True StackTransitionType =================================================================== .. currentmodule:: gi.repository.Gtk .. class:: StackTransitionType :no-contents-entry: Possible transitions between pages in a ``GtkStack`` widget. New values may be added to this enumeration over time. Fields ------ .. rst-class:: interim-class .. class:: StackTransitionType :no-index: .. attribute:: CROSSFADE A cross-fade .. attribute:: NONE No transition .. attribute:: OVER_DOWN Cover the old page by sliding down .. attribute:: OVER_DOWN_UP Cover the old page sliding down or uncover the new page sliding up, according to order .. attribute:: OVER_LEFT Cover the old page by sliding to the left .. attribute:: OVER_LEFT_RIGHT Cover the old page sliding left or uncover the new page sliding right, according to order .. attribute:: OVER_RIGHT Cover the old page by sliding to the right .. attribute:: OVER_RIGHT_LEFT Cover the old page sliding right or uncover the new page sliding left, according to order .. attribute:: OVER_UP Cover the old page by sliding up .. attribute:: OVER_UP_DOWN Cover the old page sliding up or uncover the new page sliding down, according to order .. attribute:: ROTATE_LEFT Pretend the pages are sides of a cube and rotate that cube to the left .. attribute:: ROTATE_LEFT_RIGHT Pretend the pages are sides of a cube and rotate that cube to the left or right according to the children order .. attribute:: ROTATE_RIGHT Pretend the pages are sides of a cube and rotate that cube to the right .. attribute:: SLIDE_DOWN Slide from top down .. attribute:: SLIDE_LEFT Slide from right to left .. attribute:: SLIDE_LEFT_RIGHT Slide from left or right according to the children order .. attribute:: SLIDE_RIGHT Slide from left to right .. attribute:: SLIDE_UP Slide from bottom up .. attribute:: SLIDE_UP_DOWN Slide from top down or bottom up according to the order .. attribute:: UNDER_DOWN Uncover the new page by sliding down .. attribute:: UNDER_LEFT Uncover the new page by sliding to the left .. attribute:: UNDER_RIGHT Uncover the new page by sliding to the right .. attribute:: UNDER_UP Uncover the new page by sliding up