国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

jQuery動畫效果

Original 2018-12-14 16:07:24 267
abstract:<!DOCTYPE html><html><head> <meta charset="utf-8"> <title></title> <script type="text/javascript" src="jq.js"></script> &l

<!DOCTYPE html>

<html>

<head>

<meta charset="utf-8">

<title></title>

<script type="text/javascript" src="jq.js"></script>

<style type="text/css">

.box{width:200px;height: 200px;background:blue;}

</style>

</head>

<body>

<button class="bt1">點(diǎn)擊字體變大</button>

<p>我是你們永遠(yuǎn)得不到的爸爸</p>


<button class="bt2">點(diǎn)擊移動div</button>

<div class="box">

我正在移動好刺激啊

</div>

</body>

</html>

<script type="text/javascript">

$(document).ready(function(){

$('.bt1').click(function(){

$('p').animate({fontSize:'50px'},1500)

})

$('.bt2').click(function(){

$('.box').animate({

marginLeft:'800px',

width:'toggle',

height:'800px',

opacity:0.3

},3000)

})

})

</script>

(NG4Z9]@G2S~U9)GR(I@ONW.png

Release Notes

Popular Entries