MaterialFadeThrough

class MaterialFadeThrough : MaterialVisibility<P>

A androidx.transition.Visibility transition that, by default, provides a fade in and scale out when appearing and a fade out and scale out when disappearing.

MaterialFadeThrough supports theme-based easing and duration. The transition will load theme values from the SceneRoot's context before it runs, and only use them if the corresponding properties weren't already set on the transition instance.

Constructors

Link copied to clipboard
constructor()