react-animated-css
react-animated-css copied to clipboard
animation on component update.
I am using react-animated-css, for simple animation in react. I have a list which I am rendering in a
- tag. I am adding animation to the first element of the list.
This list is getting updated every 3 seconds. And new element is added at the first position in the array. The problem is, on load the animation is happening but not on update.
Here is full code : https://codesandbox.io/embed/ecstatic-cloud-qdpcj
Hey bro. Were you able to do this?