这是小提琴: http://jsfiddle.net/shaharlini/Nd5Q6/1/
正如您所看到的第一次行为不同于其他时间。
我试图在第一次运行后达到效果。
$("div.square").animate({
height: "+=50",
width: "+=50",
top: -25,
left: -25
},timespan);
$("div._sis").animate({
top:"+=25",
left: "+=25"
},timespan);
}
P.S。我不想添加完整的代码,因为jsfiddle更容易,而stackoverflow要求我添加一些代码。
感谢Devs