fade

inline fun fade(duration: Duration = 400.0.ms, configuration: FadeTransition.() -> Unit): FadeTransition

Append a FadeTransition.

Return

the animation added.

Parameters

duration

length of this animation.

configuration

the configuration block that customizes animation.