AnimatedPaneOverrideContext


Parameters available to AnimatedPane.

Summary

Public properties

FiniteAnimationSpec<IntRect>

The FiniteAnimationSpec used to animate the bounds of the pane when the pane is keeping showing but changing its size and/or position.

Cmn
@Composable AnimatedPaneScope.() -> Unit

The content of the AnimatedPane.

Cmn
EnterTransition

The EnterTransition used to animate the pane in.

Cmn
ExitTransition

The ExitTransition used to animate the pane out.

Cmn
Modifier

The modifier applied to the AnimatedPane.

Cmn
ExtendedPaneScaffoldPaneScope<S, T>
Cmn

Public properties

boundsAnimationSpec

val boundsAnimationSpecFiniteAnimationSpec<IntRect>

The FiniteAnimationSpec used to animate the bounds of the pane when the pane is keeping showing but changing its size and/or position.

content

val content: @Composable AnimatedPaneScope.() -> Unit

The content of the AnimatedPane. Also see AnimatedPaneScope.

enterTransition

val enterTransitionEnterTransition

The EnterTransition used to animate the pane in.

exitTransition

val exitTransitionExitTransition

The ExitTransition used to animate the pane out.

modifier

val modifierModifier

The modifier applied to the AnimatedPane.

scope

val scopeExtendedPaneScaffoldPaneScope<S, T>