jQuery-like smooth animate

jQuery-like smooth animate


Hi, group.
Im trying to make animation using jquery, but thats controlled server
side using XMLSocket. When jQuery receive coordinates from server it
moving my DIV across the browser but its too fast(my server spit all
the coordinates at once). I cant understand
how to do smooth animation. My server script (perl) compute the same
x,y coordinates like jquery (i saw how in jQuery core) but i dont know
how jquery delay all these x and y coordinates properly to make
animation smooth. Ill be happy if someone explain me how it works.
Excuse me for my english.
Best Regards!