0
目前我使用此代碼爲動畫回到原來的狀態.animate返回到原來的狀態
this.stop().animate(animateVal1, animateMs).delay(duration).animate(animateVal2, animateMs, function() {
this.removeAttribute('style');
});
是不是可以不褪色到第二色animateVal2
恢復回原來的狀態? (我的意思是動畫,以第一種顏色後,我想刪除style
動畫屬性。)