transition_type


Description:

public FlapTransitionType transition_type { get; set; }

the type of animation used for reveal and fold transitions.

Note:

See [the migration guide](migrating-to-breakpoints.html#replace-adwflap)

[property@Flap:flap] is transparent by default, which means the content will be seen through it with `ADW_FLAP_TRANSITION_TYPE_OVER` transitions; add the [`.background`](style-classes.html#background) style class to it if this is unwanted.