react-flip-toolkit icon indicating copy to clipboard operation
react-flip-toolkit copied to clipboard

Option to preserve wrapping height onexit until exiting element removed

Open rsouthgate opened this issue 5 years ago • 0 comments

when flipped elements are exiting the flipper their position is absolute and they do whatever they are told to do to animate out and then call removeElement() finally. The surrounding page layout updates instantly and this can cause unpleasant layout while the exiting animations are occurring - especially if clearing a large staggered list.

I'm wondering if it would be possible to add an option to the Flipper to preserve container layout dimensions until the removeElement is called / exit animation is completed.

rsouthgate avatar Sep 13 '19 20:09 rsouthgate