Is there a way to create a distorted or crooked mouse movement on a webpage, even though the user is moving the mouse normally?
I'm exploring ways to simulate the experience of a Parkinson's or arthritic patient trying to navigate a web page with a mouse. How can this be achieved using HTML, JS/JQuery, or CSS? One idea I had was to use small grids on the page and make the mouse cursor snap to those grid edges for the desired effect, but I haven't found any relevant code for this. Am I using the wrong keywords in my search?
I don't have any initial code to work from, so any assistance would be greatly appreciated. I'm looking for a solution that works in browsers with maximum compatibility.