Si necesito llamar a estas funciones una tras otra, $('#art1').animate({'width':'1000px'},1000); $('#art2').animate({'width':'1000px'},1000); $('#art3').animate({'width':'1000px'},1000); Sé que en jQuery podría hacer algo como: $('#art1').animate({'width':'1000px'},1000,'linear',function(){...