Body
The type of keyframes representing the body of this type.
Declaration
associatedtype Body : KeyframesDiscussion
When you create a custom keyframes type, Swift infers this type from your implementation of the required body property.
The type of keyframes representing the body of this type.
associatedtype Body : KeyframesWhen you create a custom keyframes type, Swift infers this type from your implementation of the required body property.