group(with:)
Creates an animation resource that simultaneously plays back a collection of animations.
Declaration
@MainActor @preconcurrency static func group(with resources: [AnimationResource]) throws -> AnimationResourceParameters
- resources:
The collection of animation resources to play back.
Return Value
An animation resource that simultaneously plays back the argument collection of animations.