October 24th, 2012, 07:34 PM
-
Animate the cursor
Hello! I don't know if anyone has seen Let me google that for you, but what I want to do is animate a cursor as such on that page. I looked at the javascript it's just alot if stuff that I'm not so sure about, if someone could help me out on animating a cursor that would be great!
October 24th, 2012, 08:08 PM
-
It looks like, all their doing is moving this image; with jQuery or their own DHTML.
October 24th, 2012, 08:09 PM
-
hmm.... Ok well how exactly is this done? (thanks for response)
October 24th, 2012, 08:15 PM
-
Here's the jQuery documentation; you might want to start from there: http://api.jquery.com/animate/ or Google "DHTML Animation". You should be able to get a basic idea, on how to do something like this and go from there.
October 24th, 2012, 08:16 PM
-
Ok, I will do that, thanks!
October 24th, 2012, 08:18 PM
-
Your Welcome