animate-components
animate-components copied to clipboard
✨ Elemental components for doing animations in React
I see there's a fadeIn, but no fadeOut?
Add's onDisappear method resolves https://github.com/nitin42/animate-components/issues/26
Disppear component is fantastic but it would be great if there was a way to call a function after the animation is complete. I.e. i use this for a Notice...
Hi, is it possibile to force animation when parent component receives props? I tried forceInterpolate with no success. Thanks in advance!
Hi, I happen to be hitting this error in IE11. Any thoughts: SlideRight.render(): A valid React element (or null) must be returned. You may have returned undefined, an array or...
Hi, I have a feeling I'm missing something obvious, but I'm having trouble understanding how to animate an element when it unmounts. For example, I have a list view and...