parallelTransition
inline fun Node.parallelTransition(configuration: AnimationScope<Node>.() -> Unit): ParallelTransition
Creates a ParallelTransition for this node.
Return
the animation played.
Parameters
configuration
the configuration block that customizes animations within this animation.