Hi guys, Compose already have a easy way to do Sha...
# compose
s
Hi guys, Compose already have a easy way to do Shared Element Transition? Like Hero widget in Flutter or ActivityOptions.makeSceneTransitionAnimation
l
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
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