slideOutToBottomTransition
fun slideOutToBottomTransition(animationSpec: AnimationSpecSchema = AnimationSpecSchema.Tween()): ContentTransitionSchema
Outgoing screen slides out toward off-screen bottom; the incoming screen doesn't animate in (appears immediately underneath). Used as a Graph/NestedNavigationGraph/entry transition, popTransition or predictivePopTransition.
Parameters
animationSpec
Timing/easing curve driving the slide. Defaults to a standard tween.