When using `Modifier.animateItem()` in `LazyColumn...
# compose-desktop
p
When using
Modifier.animateItem()
in
LazyColumn
, my list always flashes when the first element of
data
changes. But the animation works perfectly when a new item was inserted at another index > 0. https://share.cleanshot.com/nG1j4rTb Anyone knows if that is expected or already known?
s
Did you set up the
key
parameter of the
items
function in your
LazyColumn
?
Though I also experienced this issue recently, and somehow it got fixed with some changes, unsure what exactly caused it nor how i got it fixed