$(document).ready(function(){ $("#motion_1").slideDown("slow", 'easeOutQuart').queue(function() { $("#motion_2").animate({top:'-=300'},500, 'easeOutQuart').show().queue(function() { $("#motion_box_1").animate({top:'+=200'},500, 'easeInOutBack').queue(function() { $("#motion_box_2").animate({left:'+=200'},500, 'easeInOutBack').queue(function() { $("#motion_box_3").animate({left:'+=400'},500, 'easeInOutBack').queue(function() { $("#motion_box_4").animate({top:'+=200'},500, 'easeInOutBack').queue(function() { $("#motion_box_5").animate({left:'+=200'},500, 'easeInOutBack').queue(function() { $("#motion_box_6").animate({top:'-=200'},500, 'easeInOutBack').queue(function() { }); }); }); }); }); }); }); }); });