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.08k stars 259 forks source link

Add position: relative to static parents in wrapperless mode #206

Closed joshwcomeau closed 6 years ago

joshwcomeau commented 6 years ago

Quick update to enforce a non-static position on the parent container in wrapperless mode. Issues a warning so that the user knows what's up.