$('#x1').animate({top: "+=50"}, 1000, function(){ $('#x2').animate({left: "+=50"}, 1000, function(){ $('#x3').animate({top: "-=50"}, 1000); }); });