run faster animations
This commit is contained in:
@@ -114,8 +114,8 @@ fun AppNavigation(
|
||||
NavHost(
|
||||
navController,
|
||||
startDestination = Route.Home.route,
|
||||
enterTransition = { fadeIn(animationSpec = tween(400)) },
|
||||
exitTransition = { fadeOut(animationSpec = tween(400)) },
|
||||
enterTransition = { fadeIn(animationSpec = tween(200)) },
|
||||
exitTransition = { fadeOut(animationSpec = tween(200)) },
|
||||
) {
|
||||
Route.Home.let { route ->
|
||||
composable(
|
||||
|
||||
Reference in New Issue
Block a user