Enumeration
BisLapelTransitionType
Description [src]
Describes transitions types of a BisLapel
widget.
It determines the type of animation when transitioning between children in a
BisLapel
widget, as well as which areas can be swiped via
BisLapel:swipe-to-open
and BisLapel:swipe-to-close
.
New values may be added to this enum over time.
Available since: | 1.0 |
Members
Name | Description |
---|---|
BIS_LAPEL_TRANSITION_TYPE_OVER |
The lapel slides over the content, which is dimmed. When folded, only the lapel can be swiped. |
BIS_LAPEL_TRANSITION_TYPE_UNDER |
The content slides over the lapel. Only the content can be swiped. |
BIS_LAPEL_TRANSITION_TYPE_SLIDE |
The lapel slides offscreen when hidden, neither the lapel nor content overlap each other. Both widgets can be swiped. |