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

```kotlin
sealed interface AnimatedPaneScope : AnimatedVisibilityScope
```

Scope for the content of [AnimatedPane](/jetpack-compose/androidx.compose.material3.adaptive/adaptive-layout/composable-functions/AnimatedPane). It extends from the necessary animation scopes so
developers can use the info carried by the scopes to do certain customizations.