javascript change css opacity duration. VeryBadAtEnglish. var opacity = 0; function MyFadeFunction() { if (opacity<1) { opacity += .1; ...
確定! 回上一頁