LeafletChildTransitionType
Description:
[ CCode ( cprefix = "HDY_LEAFLET_CHILD_TRANSITION_TYPE_" , type_id = "hdy_leaflet_child_transition_type_get_type ()" ) ]
[ Version ( deprecated = true , deprecated_since = "0.0.12" ) ]
public enum LeafletChildTransitionType
Warning: LeafletChildTransitionType is deprecated since 0.0.12.
These enumeration values describe the possible transitions between pages in a Leaflet
widget.
Content:
Enum values:
- CROSSFADE - A cross-fade
- 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