Hi
i have a LazyColumn list in my application that allows supports swipe to dismiss actions
i would like to animate the items as the initial list is populated so that the users can see
that swipe to dismiss is an available feature.
i cannot see how to achieve this. i tried AnimateVisibility as the items are being added however nothing happens
is it possible to show an affordance to my users that each list item is swipeable? just to make each item "bounce"
left to right would be sufficient