Join Slack
Communities
Powered by
Hi All, Is there any shared element transition pos...
# android
s
Shankar Gollakota
11/11/2022, 1:46 PM
Hi All, Is there any shared element transition possible in jetpack compose..... Provided by compose libraries Any documentation with examples ??
r
Rebecca Franks
11/11/2022, 2:06 PM
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
Shankar Gollakota
11/11/2022, 2:30 PM
Thankyou will go through it
73
Views
Open in Slack
Previous
Next