react-animate icon indicating copy to clipboard operation
react-animate copied to clipboard

React animation mixin.

Results 5 react-animate issues
Sort by recently updated
recently updated
newest added

Errors compiling index.jsx due to syntax errors. Newbie so I've tried changing lint files to no avail

If my `process.env.NODE_ENV` is `development`, loading this module using `babel-loader` will make `__DEV__` in `index.jsx` to `true`, and it enables every `this.shoud.xxx` check in the source. Is there any way...

Hi, I'm trying to add this package to a pre-existing project where I'm using webpack to compile with babel. However this package is breaking on compilation with the following error:...

https://speakerdeck.com/vjeux/react-rally-animated-react-performance-toolbox

Have you considered using higher-order function to make the code looks nicer? For example ``` javascript @animateThisComponent class MyComponent extends React { ... } ```