[jQuery] Making an Element Fly to a New Position on the Page?

[jQuery] Making an Element Fly to a New Position on the Page?


On the NetFlix site, if you assign the movie a new position in the
Queue, the movie flies to the correct new position on its own, without
being dragged there.
I have a similar situation. I have list of items with dates. They
appear on the page sorted by date. I permit the user to assign a new
date to an item. After I determine the correct new position on the
page for this item, based on the new date, is there a way to have this
item fly to its new position on the page, without having the user
manually drag it there?
Thanks in advance to all for any info.