AnimatedPane

The root composable of pane contents in a ThreePaneScaffold that supports default motions during pane switching.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

AnimatedPane

Common
@ExperimentalMaterial3AdaptiveApi
@Composable
fun ThreePaneScaffoldScope.AnimatedPane(
    modifier: Modifier,
    content: (@Composable ThreePaneScaffoldScope.() -> Unit),
)