---
title: "lastVelocity"
description: "The velocity of the last known animation."
type: "property"
---
## API Reference

> Source set: Common

```kotlin
public var lastVelocity: Float by mutableFloatStateOf(0f)
```

The velocity of the last known animation. Gets reset to 0f when an animation completes
successfully, but does not get reset when an animation gets interrupted. You can use this
value to provide smooth reconciliation behavior when re-targeting an animation.
