~Is it possible to animate LazyList items based on...
# compose
n
Is it possible to animate LazyList items based on a condition? Let’s say I only want to animate items if selected sorting is
Price
but not
Name
? Now I am getting crash because key cannot be identical if I pass empty string if selected sorting is Name~
c
Do you have a mockup/video of what this would look like?
Also would be useful to see the code you’ve tried
n
Sorry that’s my bad. I already have a sorted list from upstream so animation won’t affect item position