slideVerticalTransition
fun slideVerticalTransition(animationSpec: AnimationSpecSchema = AnimationSpecSchema.Tween()): ContentTransitionSchema
Vertical push/pop pair: the new screen slides in from the bottom while the outgoing one slides out to the top. Used as a Graph/NestedNavigationGraph/entry transition, popTransition or predictivePopTransition.
Parameters
animationSpec
Timing/easing curve driving the slide. Defaults to a standard tween.