一、需求原因目前jQuery已經是一個比較成熟的框架了,而且基於他的插件也有上百種,本例我手動用jQuery實現一個動畫效果的例子。 二、具體實作 複製程式碼 程式碼如下: jQuery實現動畫效果 <BR> #test {<BR> posit :relative;<BR> width:100px;<BR> height:100px;<> background:#96e555;<BR> cursor:pointer;<BR> }<BR>< /style><BR><script type="text/javascript"><BR> $(function(){<BR> $("#test").css("optcity","0.5");/設定 $("#test").css("optcity","0.5");/設定不透明<BR> $("#test").click(function(){<BR> $(this).animate({left:"400px $(this).animate({left:"400pxox" <BR> .fadeOut("slow");<BR> });<BR> });<BR></ script><BR><BR><body><BR> <div id="test">