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

```kotlin
@ExperimentalMaterial3AdaptiveApi
sealed interface PaneMotion
```

Interface to specify a custom pane enter/exit motion when a pane's visibility changes.

## Properties

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

```kotlin
val type: Type
```

The type of the motion, like exiting, entering, etc. See [Type](/jetpack-compose/androidx.compose.material3.adaptive/adaptive-layout/classes/PaneMotion.Type).