---
title: "imeAnimationTarget"
description: "The [WindowInsets] for the IME when the animation completes, if it is allowed to complete
successfully. The current animated value is [WindowInsets.Companion.ime].

This will be the same as [imeAnimationSource] when there is no IME animation in progress."
type: "property"
---

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


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

<div class='sourceset sourceset-android'>Android</div>


```kotlin
@ExperimentalLayoutApi
val WindowInsets.Companion.imeAnimationTarget: WindowInsets
```


The `WindowInsets` for the IME when the animation completes, if it is allowed to complete
successfully. The current animated value is `WindowInsets.Companion.ime`.

This will be the same as `imeAnimationSource` when there is no IME animation in progress.



