$("#baby").animate({ left : $(document).width() - $("#baby").width(); }, 2500, function () { alert("Done!"); });