react-particle-effect-button
react-particle-effect-button copied to clipboard
Bursting particle effect buttons for React 🎉
``` Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details. * Move data fetching code or side effects to componentDidUpdate. * If you're updating...
As mentioned, I think you should consider using display:"none" rather than visibility:"hidden" on canvas. Using visibility could cause some responsive issue as the canva's width is 3 times larger than...
I get this error when I install the package using `npm install --save react-particle-effect-button` `npm ERR! Cannot read property 'match' of undefined` Here is the complete debug log: ` 0...
Is anyone else experiencing this where- after the button disintegrates- it flashes briefly just before the 'visibility: hidden' style is applied to the wrapper. Kinda ruins the effect... My code...