這裏是jQuery的我已經寫在列表中動畫的一些項目:大量的嵌套函數,我可以讓這個簡單
$("#titleTile").delay(5000).animate({top: "160px"}, 300, function() {
$(".tweet_msg.t0").animate({top: 0, height: "show"}, 300, function() {
$(".tweet_msg.t1").delay(5000).animate({top: 0, height: "show"}, 300, function() {
$(".tweet_msg.t2").delay(5000).animate({top: 0, height: "show"}, 300, function() {
$(".tweet_msg.t3").delay(5000).animate({top: 0, height: "show"}, 300, function() {
$(".tweet_msg.t4").delay(5000).animate({top: 0, height: "show"}, 300);
});
});
});
});
});
有沒有更好的方式來寫我的代碼?
其次,我可以把它包裝成一個我可以調用的函數嗎?
的可能重複(http://stackoverflow.com/questions/6829413/a-non-nested-animation-sequence-in-jquery) – 2011-12-19 14:22:18
能你可以添加html,使它更易於使用ST?更好的是,你應該創建一個你正在嘗試做的工作jsfiddle.net版本。我可以更好地幫助你。 – einar 2011-12-19 14:59:55