Skip to content

Commit

Permalink
perf: Reduce navigation naimation dulation little bit (#147)
Browse files Browse the repository at this point in the history
Signed-off-by: starry-shivam <[email protected]>
  • Loading branch information
starry-shivam authored Jun 21, 2024
1 parent 81a08dd commit 0fe8887
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import androidx.compose.animation.slideInHorizontally
import androidx.compose.animation.slideOutHorizontally

// Duration of the navigation animation
private const val NAVIGATION_ANIM_DURATION = 360
private const val NAVIGATION_ANIM_DURATION = 300

/**
* Enter transition for the navigation animation
Expand Down

0 comments on commit 0fe8887

Please sign in to comment.