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

Can FlipMove fix the masking problem caused by the incorrect top value? #274

Open aweiu opened 2 years ago

aweiu commented 2 years ago

Demo: https://codesandbox.io/embed/blissful-golick-86mcsb?fontsize=14&hidenavigation=1&theme=dark

It may not be a bug, but it looks really strange in fade animation mode.

I have given my own repair method in the Demo. Can FlipMove directly repair it or is there a more recommended repair method?

image image