Is there any ETA for shared transitions in Compose...
# compose
t
Is there any ETA for shared transitions in Compose? That's the missing piece for me for now 😞 (By ETA I mean 1.0 or later or it will be decorrelated from 1.0 in distinct library)
d
It'll likely be some time after 1.0. We are currently working on the more fundamental pieces that handle transitioning content in the same container, which is a pre-requisite for shared-element. As much as we'd like to provide these features ASAP, we prefer not to rush the feature design as that would cause more churns and frustrations down the line. 🙂 In the meantime, there's a number of open-source solutions available right now. (You could search in this channel to check them out.)
👍🏼 1
1
t
Since it's for migrating a quite large application, I'd rather not rely on temporary external solutions that may be broken during the transition phase that will take quite some time. So will patiently wait. Thanks for the info.