parallelTransition

fun Node.parallelTransition(configuration: AnimationScope.() -> Unit): ParallelTransition

Creates a ParallelTransition for this node.

Return

the animation played.

Parameters

configuration

the configuration block that customizes animations within this animation.