nachoaIvarez / flexbox-react

Unopinionated, standard compliant flexbox component. No propietary APIs. Nothing but flexbox.
Other
319 stars 49 forks source link

Example of how to hndle transitions and animations #12

Closed GilbertMizrahi closed 8 years ago

GilbertMizrahi commented 8 years ago

Thanks for this package. How you would do animations when adding or removing flex items?

nachoaIvarez commented 8 years ago

Like any other div or component! Here you have some good reads and tools, nothing specific about flexbox-react: https://facebook.github.io/react/docs/animation.html https://github.com/chenglou/react-motion https://github.com/juliangarnier/anime