<LazyColumn Acknowledging Key inside another Colum...
# stackoverflow
u
LazyColumn Acknowledging Key inside another Column? basically I have a giant Lazy Column, but I only want some components inside another component to launch the animation when that child component is visible. I am having so much trouble with the keys, I want to put a key ONLY on a certain composable within the LazyColumn. My issue is that the 'isItemWithKeyInView' is TRUE once the entire Column is showing, so the user is not able to see the animation since its not on the screen yet, but the same Column is visible. I tried putting a...