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