Is it just me or is `LazyColumn`s `animateItemPlac...
# compose
u
Is it just me or is `LazyColumn`s
animateItemPlacement()
weird? deletes disappear instantly and overall just doesn't feel right
m
FWIW, that's being replaced in
1.7.0
with
animateItem()
. See https://medium.com/@gregkorossy/animating-lazylist-items-in-jetpack-compose-6b40f94aaa1a for more.
u
oh, neat!