Hi All, Is there any shared element transition pos...
# android
s
Hi All, Is there any shared element transition possible in jetpack compose..... Provided by compose libraries Any documentation with examples ??
r
Hey 👋 We are still building out official support at the moment. We have a low-level experimental API called LookaheadLayout that can help achieve this, take a look at these examples for it: https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/[…]ompose/ui/samples/LookaheadLayoutSample.kt;l=62?q=lookaheadla Alternatively, you can use a third party library which is based on top of it called Orbital: https://github.com/skydoves/Orbital
👍 5
s
Thankyou will go through it