LeafletTransitionType
Description:
[ CCode ( cprefix = "HDY_LEAFLET_TRANSITION_TYPE_" , type_id = "hdy_leaflet_transition_type_get_type ()" ) ]
[ Version ( since = "0.0.12" ) ]
public enum LeafletTransitionType
This enumeration value describes the possible transitions between modes and children in a
Leaflet widget.
New values may be added to this enumeration over time.
Content:
Enum values:
- NONE - No transition
- OVER - Cover the old page or uncover
the new page, sliding from or towards the end according to orientation, text direction and children order
- SLIDE - Slide from left, right, up
or down according to the orientation, text direction and the children order
- UNDER - Uncover the new page or
cover the old page, sliding from or towards the start according to orientation, text direction and children order