It is recommended to only use Compose navigation? ...
# compose
y
It is recommended to only use Compose navigation? or should we use fragments etc instead? It doesnt look like Compose navigation supports animations yet.
j
They promised before version 1.0 to have transition animations
I think it would be very silly to use fragments right now just for transitions, because you will have to refactor everything when you want to use compose navigation again
There are already people who made navigation with transitions
y
Great, cant wait. I just thought maybe compose transition is meant for some parts of the app and not the whole app.
I saw its possible to add cross fade but nothing fancier
y
ooo this looks promising, thanks I will try it out
j
here you can track the issue to get transitions in compose navigation
you can * it
y
Okay great thank you