https://kotlinlang.org logo
#compose
Title
# compose
s

SrSouza

03/11/2020, 6:55 PM
Hi guys, Compose already have a easy way to do Shared Element Transition? Like Hero widget in Flutter or ActivityOptions.makeSceneTransitionAnimation
l

Leland Richardson [G]

03/11/2020, 7:37 PM
shared element transitions (and similar animation needs) is something we are currently working on but don’t have a good built-in answer for yet
a

Adam Powell

03/11/2020, 7:40 PM
we've got some ideas around possibly being able to compose into some sort of context in one part of the composition and then emit it elsewhere, but even that might not be strictly needed to accomplish this. I suspect you can do quite a bit just by passing composable lambdas around
5 Views