---
title: "AnimatedContentScope"
description: "Receiver scope for content lambda for AnimatedContent. In this scope,
[transition][AnimatedVisibilityScope.transition] can be used to observe the state of the
transition, or to add more enter/exit transition for the content."
type: "interface"
---

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


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

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



```kotlin
public sealed interface AnimatedContentScope : AnimatedVisibilityScope
```


Receiver scope for content lambda for AnimatedContent. In this scope,
`transition` can be used to observe the state of the
transition, or to add more enter/exit transition for the content.



