Skip to content

Is it possible to have the cursor change to a pointer when hovering on a particle? #5248

Answered by matteobruni
jeffmanassa97 asked this question in Q&A
Discussion options

You must be logged in to vote

I am creating a particle menu with the menu items being particles, which will have click events. Some info on my implementation -> In the Particles "loaded" prop, I've added custom particles with unique IDs (particle.data.id) to the container and added a container.addClickHandler to handle page re-direction for each particle click based on particle IDs. Is it possible to have the cursor change to a pointer when hovering on a particle to help denote that they are clickable? Is there a hoverHandler similar to container.addClickHandler that I can add this cursor behavior?

There is no such behavior out of the box, maybe you can achieve it with a custom plugin like the existing external inte…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jeffmanassa97
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants