---
title: "value(progress:)"
framework: swiftui
role: symbol
role_heading: Instance Method
path: "swiftui/keyframetimeline/value(progress:)"
---

# value(progress:)

Returns the interpolated value at the given progress in the range zero to one.

## Declaration

```swift
func value(progress: Double) -> Value
```

## See Also

### Getting an interpolated value

- [value(time:)](swiftui/keyframetimeline/value(time:).md)
