I implemented an AnimatedFirestoreList as per the documentation. When an item is removed, it animates out correctly. However, the remaining list items instantaneously jump into the new available space. I would expect them to smoothly slide into the space, like with AnimatedList.
I implemented an AnimatedFirestoreList as per the documentation. When an item is removed, it animates out correctly. However, the remaining list items instantaneously jump into the new available space. I would expect them to smoothly slide into the space, like with AnimatedList.
Is this behaviour as expected?