function aa()
{
$("#UL").animate({top: '0px', left: '0px'},500);
$("#UR").animate({top: '0px', left: '100px'},500);
$("#DL").animate({top: '100px', left: '0px'},500);
$("#DR").animate({top: '100px', left: '100px'},500);
}
Выполняется по очереди. А надо чтобы одновременно.
-
Вопрос задан
-
125 просмотров