react-particle-effect-button
react-particle-effect-button copied to clipboard
Consider using display:"none" rather than visibility:"hidden" on canvas
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 the button's width. In your example, open it on mobile mode, it will cause responsive issue. https://transitive-bullshit.github.io/react-particle-effect-button/