Closed muravitsky closed 6 years ago
Hi! You need to specify them as strings:
detect_on: "canvas"
, mode: "repulse"
@Wufe, thank you for your reply!
Actually, I have tried to use this parameters as a string.
It's compiled successfully but still nothing happens on the webpage when I try to use this beautiful onhover
or onhlick
effect.
Here is my full list of parameters:
And I rendering Particles this way:
<Particles className='particles' params = {ParticlesOptions}/>
Just no hover effect :(
Thank you so much! It works! And it's just because of my inadvertence. Thank you so much one more time!
You are welcome 😁
Hello! Thank you so much for so beautiful react module! I'm using it on my study project now. Unfortunately I can't use the "Interactivity" parameter :( It looks this way in my code: And I got this error: Other Particles features are already works perfect. Can you kindly help me with this issue? How I can enable Particles Interactivity in me React App? Thank you in advance!