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