react-animate
react-animate copied to clipboard
Using higher-order function?
Have you considered using higher-order function to make the code looks nicer? For example
@animateThisComponent
class MyComponent extends React {
...
}