最新回答 / Tsukiis
也可以用jQuery 自己的animate()函數(詳細用法請參考jQuery 官網或API文檔),如:afterLoad:function(link,index){ ? ?switch(index){ ? ? ? ?case 1: ? ? ? ? ? ?$(".section1 h1").animate({fontSize:"42"},700); ? ? ? ? ? ?$(".section1 p").animate({marginTop:"10px"},700); ? ? ? ? ? ?break; ...
2015-11-29