---
title: Value
framework: swiftui
role: symbol
role_heading: Associated Type
path: swiftui/keyframes/value
---

# Value

The type of value animated by this keyframes type

## Declaration

```swift
associatedtype Value = Self.Body.Value
```

## See Also

### Creating a keyframe

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