這樣做雖然保證了再動(dòng)畫效果時(shí),單擊左右按鈕不再重復(fù)執(zhí)行動(dòng)畫效果函數(shù),但是下面的小圓點(diǎn)還是在切換,應(yīng)該把showButton()函數(shù)也包含進(jìn)去: if (!animated) { animate(-600); index++; showButton(); }

012345
2014-07-07
1 回答
舉報(bào)
0/150
提交
取消
2014-07-31
是的,的確。