Skip to content

Instantly share code, notes, and snippets.

@KaustubhPatange
Created June 5, 2022 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KaustubhPatange/594e668cea2d2715ad61c958585f84cf to your computer and use it in GitHub Desktop.
Save KaustubhPatange/594e668cea2d2715ad61c958585f84cf to your computer and use it in GitHub Desktop.
// animating from (current) -> to (target)
navController.navigateTo(MainRoute.Second()) {
withAnimation { // <-- Flexible animations with the DSL.
target = SlideRight
current = Fade
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment