Open jtaaa opened 5 years ago
We are currently using the react-addons-css-transition-group package for our css animations which is pretty lame. We should migrate to react-transition-group v2. Here is a helpful guide for migrating.
react-addons-css-transition-group
react-transition-group
When you switch over to react-transition-group v2 you might as well fix the header menu animation properly for #6.
We are currently using the
react-addons-css-transition-group
package for our css animations which is pretty lame. We should migrate toreact-transition-group
v2. Here is a helpful guide for migrating.