slideInFromLeftTransition
fun slideInFromLeftTransition(animationSpec: AnimationSpecSchema = AnimationSpecSchema.Tween()): ContentTransitionSchema
New screen slides in from off-screen left; 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.