slideInFromBottomTransition

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

New screen slides in from off-screen bottom; the outgoing screen doesn't animate out. Used as a Graph/NestedNavigationGraph/entry transition, popTransition or predictivePopTransition.

Parameters

animationSpec

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