I have several animations that I want to perform on different objects in the dom.
I want them to occur in order.
I do not want to do it like this:
$('#first').show(800, function ()
{ $('#second').show(800, function () {...etc...});
I want to add all my animations(and cpu intensive functions) to some kind of queue object that will make sure they execute sequentially.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…