I’m trying to animate an element from position A to position B, but I don’t want it to go linearly between each point, I’d like to have kind of a “parabolic” trajectory.
Can I use jQuery.animate() at all?
Or should I be manually coding it from scratch using setInterval()?
Thanks!
Daniel
Here is a project
http://plugins.jquery.com/project/MoveTo-Bezier-Curve