Per the docs, I was careful to keep modifier order identical, no differences in source/target padding, etc. Since there are viewmodel involved things are not previewable so I don’t think Android Studio can help … please correct me if i am wrong
s
Stylianos Gakis
12/28/2024, 11:19 AM
Would be good to show a video of what you are experiencing.
My completely random guess is that your first screen state isn't what it should be, perhaps there's one frame of a "loading" state or something. But again, a video would help a lot here.
➕ 1
a
alexhelder
12/28/2024, 9:15 PM
Ok thanks, I will slow animation down and try to capture this. I noticed JetSnack uses nested NavHosts for these animations: The outer navhost containing an inner navhost. I was trying to avoid that, and wondering when it was strictly required. It was the only piece/key missing from the otherwise excellent docs
alexhelder
12/31/2024, 12:51 AM
@Stylianos Gakis seems like the source and target had different aspect ratios. Thanks