Does Compose support Fragment Transitions with com...
# compose
m
Does Compose support Fragment Transitions with common Views? e.g. ImageView transitioning from LazyItem list to detail screen header, etc?
i
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
Are there any plans for this to be implemented with Compose somehow or..? Thanks.
i
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
👍 2