最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

JQuery動畫和停止動畫實例代碼

 更新時間:2013年03月01日 11:02:32   投稿:shangke  
實例中涉及到使用動畫方法animate,動畫停止方法Stop,其他詳情在示例代碼中都有注釋。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Panel</title>
<style type="text/css">
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 13px;
  line-height: 130%;
  padding: 60px
}
#panel {
  width: 60px;
  border: 1px solid #0050D0;
  height: 22px;
  overflow: hidden;
}
.head {
  padding: 5px;
  background: #96E555;
  cursor: pointer;
  width: 300px;
}
.content {
  padding: 10px;
  text-indent: 2em;
  border-top: 1px solid #0050D0;
  display: block;
  width: 280px;
}
</style>
<script src="http://www.cnblogs.com/../scripts/jquery-1.3.1.js" type="text/javascript"></script>
<script type="text/javascript">
$(function(){
  $("button:eq(0)").click(function(){
    $("#panel").animate({height:"150" }, 1000).animate({width:"300" },
      1000).hide(2000).animate({height:"show", width:"show", opacity:"show" }, 1000).animate({height:"500"},
      1000);
  });

  //stop([clearQueue][,gotoEnd]);
  //語法結(jié)構(gòu)

  $("button:eq(1)").click(function(){
    $("#panel").stop();//停止當(dāng)前動畫,繼續(xù)下一個動畫
  });
  $("button:eq(2)").click(function(){
    $("#panel").stop(true);//清除元素的所有動畫
  });
  $("button:eq(3)").click(function(){
    $("#panel").stop(false, true);//讓當(dāng)前動畫直接到達(dá)末狀態(tài) ,繼續(xù)下一個動畫
  });
  $("button:eq(4)").click(function(){
    $("#panel").stop(true, true);//清除元素的所有動畫,讓當(dāng)前動畫直接到達(dá)末狀態(tài)
  });

})
</script>
</head>
<body>
<button>開始一連串動畫</button>
<button>stop()</button>
<button>stop(true)</button>
<button>stop(false,true)</button>
<button>stop(true,true)</button>

<div id="panel">
  <h5 class="head">什么是jQuery?</h5>

  <div class="content">
    jQuery是繼Prototype之后又一個優(yōu)秀的JavaScript庫,它是一個由 John Resig 創(chuàng)建于2006年1月的開源項目。jQuery憑借簡潔的語法和跨平臺的兼容性,極大地簡化了JavaScript開發(fā)人員遍歷HTML文檔、操作DOM、處理事件、執(zhí)行動畫和開發(fā)Ajax。它獨(dú)特而又優(yōu)雅的代碼風(fēng)格改變了JavaScript程序員的設(shè)計思路和編寫程序的方式。
  </div>
</div>
</body>
</html>

相關(guān)文章

最新評論

阿坝县| 灌云县| 东乡族自治县| 马尔康县| 罗城| 海丰县| 同江市| 台江县| 永新县| 鹤岗市| 洛川县| 洛扎县| 平谷区| 巴南区| 济南市| 天镇县| 武宣县| 云和县| 诏安县| 沙洋县| 新宁县| 化隆| 乐东| 启东市| 进贤县| 台南市| 海宁市| 芜湖市| 高阳县| 山阳县| 定陶县| 建昌县| 鸡泽县| 昌邑市| 独山县| 黑水县| 余江县| 蒲江县| 灵武市| 囊谦县| 柘荣县|