亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

JQ動(dòng)畫作業(yè)1

asal 2019-01-04 09:39:49 1468
abstrak:1,以前不知道這些函數(shù)里還可以加上function執(zhí)行其他動(dòng)作2animate只支持屬性值為數(shù)值的相關(guān)屬性,背景顏色類的改變不了<!doctype html><html><head><meta charset="gbk"><title>JQ動(dòng)畫作業(yè)</title><script src="j

1,以前不知道這些函數(shù)里還可以加上function執(zhí)行其他動(dòng)作
2animate只支持屬性值為數(shù)值的相關(guān)屬性,背景顏色類的改變不了
<!doctype html>

<html>

<head>

<meta charset="gbk">

<title>JQ動(dòng)畫作業(yè)</title>

<script src="jquery-3.3.1.min.js"></script>

</head>

<style>

.box{width:100px;height:100px;background:#ccc;position:absolute}

</style>

<script>

$(function(){

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

$('.box').animate({left:"400px",width:'200px',height:'200px',background:'#f00',opacity:'0.3'},1500,function(){

alert('DIV變大變透明啦');

});

})

})


</script>

<body>

<button>移動(dòng)DIV</button>

<div></div>


</body>

</html>


Nota Keluaran

Penyertaan Popular