---
title: animatedValue
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/bindablevalue/animatedvalue
---

# animatedValue

A value that represents the state of the animated property as an animation progresses.

## Declaration

```swift
var animatedValue: T?
```

## See Also

### Accessing the value

- [value](realitykit/bindablevalue/value.md)
- [baseValue](realitykit/bindablevalue/basevalue.md)
