transition resting the same transition with something outside of the
AnimatedContent
even in the non-Navigation world? I don't think that's possible, which makes this infeasible
Ian Lake
10/30/2021, 1:17 AM
I think the possibilities open up considerably when shared elements exist, which fits your use case of shared UI (i.e., Scaffold items) that are part of each screen's UI much better
f
Felix Schütz
11/02/2021, 11:18 PM
Sorry for replying so late. I don't think I quite understand what you mean. But I think the idea laid out in the issue should be possible.
Felix Schütz
11/02/2021, 11:18 PM
Is there an article or something like that about shared elements?
It'll have big implications on a lot of Compose, Navigation particularly, that will heavily influence how'd you'd approach an element that is shared across multiple (but not all) screens. It absolutely won't involve multiple NavHosts though 🙂