Does Compose support Fragment Transitions with common Views? e.g. ImageView transitioning from LazyItem list to detail screen header, etc?
i
Ian Lake
10/27/2020, 2:12 PM
Compose does not generate Views, so they can't participate in any of the View based transition APIs such as those supported by Fragments
👍 1
m
Marko Gajić
10/27/2020, 3:35 PM
Are there any plans for this to be implemented with Compose somehow or..? Thanks.
i
Ian Lake
10/27/2020, 7:55 PM
I suspect that the priority will be on implementing shared element transitions between composables first (since that's not a thing either) and that work is still a ways off