:right-sidebar: True FlapTransitionType =================================================================== .. currentmodule:: gi.repository.Adw .. deprecated:: 1.4 See `the migration guide `_ .. class:: FlapTransitionType :no-contents-entry: Describes transitions types of a :obj:`~gi.repository.Adw.Flap` widget. It determines the type of animation when transitioning between children in a :obj:`~gi.repository.Adw.Flap` widget, as well as which areas can be swiped via :obj:`~gi.repository.Adw.Flap.props.swipe_to_open` and :obj:`~gi.repository.Adw.Flap.props.swipe_to_close`. Fields ------ .. rst-class:: interim-class .. class:: FlapTransitionType :no-index: .. attribute:: OVER The flap slides over the content, which is dimmed. When folded, only the flap can be swiped. .. attribute:: SLIDE The flap slides offscreen when hidden, neither the flap nor content overlap each other. Both widgets can be swiped. .. attribute:: UNDER The content slides over the flap. Only the content can be swiped.