fadeTransition

fun Node.fadeTransition(duration: Duration = 400.0.milliseconds, configuration: FadeTransition.() -> Unit): FadeTransition

Plays a FadeTransition.

Return

the animation played.

Parameters

duration

length of this animation.

configuration

the configuration block that customizes animation.