androidandroid-jetpack-composeandroid-transitions

Screen transition animation with Jetpack Compose


I have different composables with each composable representing a screen. I have used navigation controller for this. How do I add a slide in/out animation on going from one composable (screen) to another?


Solution

  • Transition animations in navigation compose is being tracked in this feature request https://issuetracker.google.com/issues/172112072, so u cannot use at this moment anim, but u can find some tricks in the previous link.