My app is displaying a table of "grouped fields" with a delete button for each group of fields.
By example: firstname lastname age deleteButton firstname lastname age deleteButton firstname lastname age deleteButton firstname lastname age deleteButton
Currently when clicking on a deleteButton, the linked row is automatically removed by the backend binding.
I would like to make an animation on the row to be removed...
How to do that ?