react-animate-mount
react-animate-mount copied to clipboard
Lightweight React component for animating component when mounts and unmounts with slide and fade effects.
Would be nice to know this up front in the docs.
Following scenario: ``` {data.map((item) => { return ( ); }} )} ``` This is JSX from a function component in our codebase. `item` is an object with a string property...
Is it feasible to add a `leave` prop to the `Animate` component? I have a 3rd party component that controls the mount and unmount of my `Animate` component, and if...