I am trying to make a cursor that moves around but when you stop moving the mouse it pulls toward a point on the page, how can I do this using javascript/jquery?
Asked
Active
Viewed 201 times
2 Answers
0
You can't move the cursor with JavaScript.
It would be incredibly annoying anyways.

Matti Virkkunen
- 63,558
- 9
- 127
- 159
-
ok, do you know how I can have an image following the cursor but over time it gets closer to the point on the page? – Yesterday Jan 29 '11 at 12:34
0
Was previously discussed.