The default settings of three pane motions.

Summary

Public properties

FiniteAnimationSpec<IntOffset>

The default FiniteAnimationSpec of pane position animations.

Cmn
FiniteAnimationSpec<IntOffset>

The default FiniteAnimationSpec of pane position animations with a delay.

Cmn
FiniteAnimationSpec<IntSize>

The default FiniteAnimationSpec of pane size animations.

Cmn

Public properties

PanePositionAnimationSpec

val PanePositionAnimationSpecFiniteAnimationSpec<IntOffset>

The default FiniteAnimationSpec of pane position animations.

PanePositionAnimationSpecDelayed

val PanePositionAnimationSpecDelayedFiniteAnimationSpec<IntOffset>

The default FiniteAnimationSpec of pane position animations with a delay. It's by default used in the case when an enter pane will intersect with exit panes, we delay the entering animation to emphasize the entering transition.

PaneSizeAnimationSpec

val PaneSizeAnimationSpecFiniteAnimationSpec<IntSize>

The default FiniteAnimationSpec of pane size animations.