0

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?

Yesterday
  • 561
  • 1
  • 15
  • 31

2 Answers2

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.

jQuery Set Mouse Position (not cursor position)

Community
  • 1
  • 1
Arseny
  • 5,159
  • 4
  • 21
  • 24