Animation using mathematics in jquery

hello all,

i want to learn animations in jquery using mathematics… for example the mathematics that this site uses http://static.mrdoob.com/projects/chromeexperiments/ball-pool/

please reference any website, books or any other stuff…

Thankyou

Hey moneysharma,

That’s a cool site you link to.

I think your best bet would be a Google search: https://www.google.com/search?q=jquery+animation+tutorial
Try that and you see the whole of the first page is full of lists of tutorials.
You can then find one which matches your skill level.

You might also want to look at the jQuery docs: http://api.jquery.com/animate/
As well as jQuery UI which you can use to create a draggable effect.

Thanks for the reply Mr.Pullo, But i was not asking for this animate() function. I was asking for the mathematics thing(like this Source Code of that site ). Here he uses Math function, abs etc etc…i want to get tutorial on how to make these functions apply. animate() is not for these purposes(also animate() wasn’t used in that website even once).

Oh, I’m sorry. I misread your question.
If it’s maths you’re after, then I can recommend this tutorial by Christian Heilmann as a good starting place.