Closed MRezaSafari closed 6 years ago
I have flip-move in my other components and it works perfectly but here its only apply animation on first item and the other items does not animate.
why is this happening ?
I just found out how we can mess up the entire animation :D:D
just by adding the transition: all ease 400ms; to the elements.
transition: all ease 400ms;
I changed it to transition: box-shadow ease 400ms; and its working fine now.
transition: box-shadow ease 400ms;
I have flip-move in my other components and it works perfectly but here its only apply animation on first item and the other items does not animate.
why is this happening ?
Redux #React #thunk