Individual row animation in ListView

Resolved

I have a list view that utilizes a database query. I am implementing an action trigger to animate the rows of the list view. The idea is to create a dismiss notification style that is activated when the user clicks on the "x" icon. The issue arises when I set up the animation for the row inside my ListView (as shown in the image below), because all rows receive the animation when triggered. My intention is for the animation to be triggered only for the row that is dismissed by clicking on its corresponding "x".

Any ideas?

2
9 replies