wadackel / react-stack-grid

Pinterest like layout components for React.js
https://wadackel.github.io/react-stack-grid/
MIT License
870 stars 77 forks source link

Item doesn't reappear if the disappear animation is not finished before it is asked to appear again #31

Open xaviergonz opened 7 years ago

xaviergonz commented 7 years ago

Basically if an item (with same key) disappears then appears again quickly then the item is rendered on the DOM but the item CSS properties make it be invisible.

If the disappear animation is allowed to play until the end before showing the item again then it works correctly.

wadackel commented 6 years ago

I am sorry for the delay in my response :sob: Thank you for your valuable report!

It would be extremely helpful if you could provide reproducible minimum code if possible :+1: