Method
BisLapelset_transition_type
Declaration [src]
void
bis_lapel_set_transition_type (
BisLapel* self,
BisLapelTransitionType transition_type
)
Description [src]
Sets the type of animation used for reveal and fold transitions in self
.
BisLapel:lapel
is transparent by default, which means the content will
be seen through it with BIS_LAPEL_TRANSITION_TYPE_OVER
transitions; add the
.background
style class to it if this is unwanted.
Available since: | 1.0 |
Sets property | Bis.Lapel:transition-type |
Parameters
transition_type |
BisLapelTransitionType |
The new transition type. |