slideOverTransition

fun slideOverTransition(animationSpec: AnimationSpecSchema = AnimationSpecSchema.Tween()): ContentTransitionSchema

The new screen slides in from the right and settles on top; the outgoing screen stays put underneath, unanimated, until the transition finishes (rather than sliding out) — the classic "new screen slides over the previous one" effect. Used as a Graph/NestedNavigationGraph/entry transition, popTransition or predictivePopTransition.

Parameters

animationSpec

Timing/easing curve driving the slide. Defaults to a standard tween.