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