---
title: "imeAnimationSource"
description: "The [WindowInsets] for the IME before the IME started animating in. The current animated value is
[WindowInsets.Companion.ime].

This will be the same as [imeAnimationTarget] 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.imeAnimationSource: WindowInsets
```


The `WindowInsets` for the IME before the IME started animating in. The current animated value is
`WindowInsets.Companion.ime`.

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



