Contents

group(with:)

Creates an animation resource that simultaneously plays back a collection of animations.

Declaration

@MainActor @preconcurrency static func group(with resources: [AnimationResource]) throws -> AnimationResource

Parameters

  • resources:

    The collection of animation resources to play back.

Return Value

An animation resource that simultaneously plays back the argument collection of animations.

See Also

Creating an animation resource