joshwcomeau / react-flip-move

Effortless animation between DOM changes (eg. list reordering) using the FLIP technique.
http://joshwcomeau.github.io/react-flip-move/examples
MIT License
4.09k stars 258 forks source link

leaveAnimation bug #161

Closed hegelstad closed 7 years ago

hegelstad commented 7 years ago

Issue:

Context:

GIF: http://recordit.co/uxKvqOAnzK

hegelstad commented 7 years ago

For anyone interested;

It is solved by making sure the parent of the grid is set to width:100%, the animations are hidden because the width is lowered instantly before the animation has time to be shown.