I wanna built a custom cursor effect like this one.
My solution includes a <div>
element that follows the cursor using the onmousemove
event.
Which is the proper way to handle hover state (want to change the cursor's appearance), when the cursor is inside specific elements?