---
title: "progress"
description: "The fraction of the progress going from [currentValue] to [targetValue], within [0f..1f] bounds."
type: "property"
lastmod: "2026-08-27"
---
## API Reference

> Source set: Android

```kotlin
public val progress: Float
```

The fraction of the progress going from `currentValue` to `targetValue`, within `0f..1f`
bounds.
