Answer the question
In order to leave comments, you need to log in
How to set jquery animation of several blocks at the same time?
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);
}
Executed in turn. And it is necessary that at the same time.
Answer the question
In order to leave comments, you need to log in
Executed in sequence.Not true .
There is some explanation here, although the question is not really about this
stackoverflow.com/questions/1594077/jquery-synchro...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question