pathTransition
inline fun Node.pathTransition(duration: Duration = 400.0.ms, 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.