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 verticalAlignment description to API reference #230

Closed everdimension closed 6 years ago

everdimension commented 6 years ago

I noticed this useful prop in the source code but there's no mention in the documentation

joshwcomeau commented 6 years ago

Ah, good catch! I remember when we added this prop, I'm surprised we didn't think to add docs for it.

Thanks for this, looks great.