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