---
title: body
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/keyframes/body-swift.property
---

# body

The composition of content that comprise the keyframes.

## Declaration

```swift
@KeyframesBuilder<Self.Value> var body: Self.Body { get }
```

## See Also

### Creating a keyframe

- [Body](swiftui/keyframes/body-swift.associatedtype.md)
- [Value](swiftui/keyframes/value.md)
