[jQuery] animate- moving icons around image

[jQuery] animate- moving icons around image


I'm trying to develop an app which requires me to move icons all over
a specified space based on the results of an ajax call. Basically
I'll have a static icon of a person in the center of a square...as
each ajax call happens the I will receive results showing other icons
(people) in relation to the static icon in the center so want those
icons to then float closer to or farther away from the center icon.
These can go in random directions, I just want to be able to put some
closer and som e farther away based on what is returned by the ajax
call. Is this possible using jQuery and the animate function? Is
there a plugin to do something similar already?
Thanks!