sequentialTransition

fun Node.sequentialTransition(configuration: AnimationScope.() -> Unit): SequentialTransition

Creates a SequentialTransition for this node.

Return

the animation played.

Parameters

configuration

the configuration block that customizes animations within this animation.