Method
AdapFlapset_transition_type
deprecated: 1.4
Declaration [src]
void
adap_flap_set_transition_type (
AdapFlap* self,
AdapFlapTransitionType transition_type
)
Description [src]
Sets the type of animation used for reveal and fold transitions in self
.
AdapFlap:flap
is transparent by default, which means the content will
be seen through it with ADAP_FLAP_TRANSITION_TYPE_OVER
transitions; add the
.background
style class to it if this is unwanted.
Deprecated since: 1.4
Sets property | Adap.Flap:transition-type |
Parameters
transition_type
-
Type:
AdapFlapTransitionType
The new transition type.