pathTransition

fun Node.pathTransition(duration: Duration = 400.0.milliseconds, path: Shape? = null, configuration: PathTransition.() -> Unit): PathTransition

Plays a PathTransition.

Return

the animation played.

Parameters

duration

length of this animation.

configuration

the configuration block that customizes animation.