https://kotlinlang.org logo
s

sashjakk

11/29/2020, 11:26 AM
Any ideas how to get item coordinates on screen within Lazy column? 🤔 Wanted to implement something like shared element transition... Or maybe something already available there and me just missed?
a

allan.conda

11/29/2020, 11:32 AM
they’re still working on shared element transition. You could try Modifier.onGloballyPositioned though
s

sashjakk

11/29/2020, 11:52 AM
Thanks 👍 Looks promising, will check that out
5 Views