I'm currently working on a unique webpage with an unconventional navigation method. The concept involves the cursor moving in the opposite direction of mouse movement input.
To achieve this effect, I decided to hide the actual cursor and use JavaScript and CSS to make an element follow the reverse movement of the mouse. However, a challenge I encountered is that the new element doesn't respond to actions like mouse enter and hover. Do you have any ideas or suggestions on how to address this issue?