Is Navigation-Compose support screen transition?
# compose
s
Is Navigation-Compose support screen transition?
i
Yep, you can specify exactly what transitions you want by using Accompanist Navigation Compose: https://google.github.io/accompanist/navigation-animation/
❤️ 1
We talk extensively about Animations in Navigation Compose (and why they are currently part of Accompanist's wrapper around Navigation Compose) in the blog post: https://medium.com/androiddevelopers/animations-in-navigation-compose-36d48870776b
The API has changed a bit from that blog post, so you'd want to use the code snippets from the actual guide
🙏 2