path

inline fun path(duration: Duration = 400.0.ms, path: Shape? = null, configuration: PathTransition.() -> Unit): PathTransition

Append a PathTransition.

Return

the animation added.

Parameters

duration

length of this animation.

configuration

the configuration block that customizes animation.