I have a Component which displays values dynamically to the user in a List , i want to be able to animate the opening and closing of the list based on the state . I choose React Transition Group as it is a very low lying Animation lib for React . But Due to the dynamic nature of my component i am not able to animate the body opening and closing .
This is what i have been able to try stackblitz