---
title: "isFinished"
description: "Indicates whether the given [AnimationState] is for an animation that has finished, indicated by
[AnimationState.finishedTimeNanos] having a specified value."
type: "property"
---

<div class='type'>Property</div>


<a id='references'></a>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
public val AnimationState<*, *>.isFinished: Boolean
```


Indicates whether the given `AnimationState` is for an animation that has finished, indicated by
`AnimationState.finishedTimeNanos` having a specified value.



