NoOpAnimatedScreenTransform
A default AnimatedScreenTransform that does nothing.
Functions
Link copied to clipboard
open fun AnimatedContentTransitionScope<AnimatedNavState>.enterTransition(animatedNavEvent: AnimatedNavEvent): EnterTransition?
Defines the transition used when this screen is becoming the top screen.
Link copied to clipboard
open fun AnimatedContentTransitionScope<AnimatedNavState>.exitTransition(animatedNavEvent: AnimatedNavEvent): ExitTransition?
Defines the transition used when this screen is no longer the top screen.
Link copied to clipboard
open fun AnimatedContentTransitionScope<AnimatedNavState>.sizeTransform(animatedNavEvent: AnimatedNavEvent): SizeTransform?
Defines the ContentTransform.sizeTransform to use when this screen is becoming the top screen.
Link copied to clipboard
open fun AnimatedContentTransitionScope<AnimatedNavState>.zIndex(animatedNavEvent: AnimatedNavEvent): Float?
Defines the ContentTransform.targetContentZIndex of the screen when it is becoming the top screen.