slideOutToRightTransition

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

Outgoing screen slides out toward off-screen right; 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.