adw.flap.Flap.flap is transparent by default, which means the content will be seen through it with adw.types.FlapTransitionType.Over transitions; add the .background style class to it if this is unwanted.
Flap.transitionType
adw.types.FlapTransitionType transitionType() @propertyGet transitionType property.
Returns
the type of animation used for reveal and fold transitions.
Deprecated
void transitionType(adw.types.FlapTransitionType propval) @propertySet transitionType property.
Parameters
propval | the type of animation used for reveal and fold transitions. adw.flap.Flap.flap is transparent by default, which means the content will be seen through it with adw.types.FlapTransitionType.Over transitions; add the .background style class to it if this is unwanted. |