enterTransition
open fun AnimatedContentTransitionScope<AnimatedNavState>.enterTransition(animatedNavEvent: AnimatedNavEvent): EnterTransition?(source)
Defines the transition used when this screen is becoming the top screen.
Return
An EnterTransition or null to use the default enter transition.
Parameters
animatedNavEvent
The AnimatedNavEvent that triggered this transition.