run faster animations

This commit is contained in:
Vitor Pamplona
2024-07-21 11:18:56 -04:00
parent a5c6f86b35
commit 52fef33662
@@ -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(