shapeParallelTransition
inline fun Shape.shapeParallelTransition(configuration: ShapeAnimationScope.() -> Unit): ParallelTransition
Creates a ParallelTransition for this shape.
Return
the animation played.
Parameters
configuration
the configuration block that customizes animations within this animation.