RG strange visual after animating and deleting a row

Hello, so I have a simple repeating group, and a delete button which animates the row and deletes the entry from database, just like that:

The strange thing are these ‘ghost’ rows being kept after deleting the row.

I have tried removing the animation, and there are no more ‘ghost’ rows, but for the user it’s hard to tell if the row has been deleted, simply I would just like to have the animation effect if possible, has anyone encountered this maybe?

Thank you!

Well, just figured it out.
Instead of FadeOut using FadeIn helped, because for some reason it is applied to the newly shifted row, and not the one that’s being deleted, kind of makes sense I guess!