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