国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 語(yǔ)言 > JavaScript > 正文

JS多物體 任意值 鏈?zhǔn)?緩沖運(yùn)動(dòng)

2024-05-06 14:21:25
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
代碼如下:
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" charset="utf-8" />
<meta http-equiv="content-type" content="text/html" />
<title>demo</title>
</head>
<style type="text/css">
ul,li,img{margin:0;padding:0;border:0;}
#list{height:250px;list-style-type:none;overflow:hidden;}
</style>
<body>
<div id="odiv" style="position:absolute;width:200px;height:100px;background:red;left:0;border:1px solid #333;"></div>
<script type="text/javascript">
var odiv=document.getElementById('odiv');
odiv.onmouseover=function(){
move(this,'width',500,function(){
move(odiv,'left',300,function(){
move(odiv,'height',500,function(){
move(odiv,'borderWidth',10)
})
})});}
function move(obj,arr,target,fn){
var dt=null,speed=0,ol=0;
clearInterval(dt);
dt=setInterval(function(){
ol=parseInt(obj.style[arr]);
if(ol==target){
clearInterval(dt);
if(fn) fn();
}else{
speed=(target-ol)/8;
speed>0?speed=Math.ceil(speed):speed=Math.floor(speed);
obj.style[arr]=ol+speed+"px";
}
},30);
}
</script>
</body>
</html>
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表

圖片精選

主站蜘蛛池模板: 阳高县| 奎屯市| 三门县| 灵台县| 石泉县| 合阳县| 吴忠市| 十堰市| 卓资县| 长兴县| 江西省| 从化市| 尉氏县| 布尔津县| 伊金霍洛旗| 潞西市| 华亭县| 房山区| 宜州市| 永修县| 葫芦岛市| 井冈山市| 武胜县| 故城县| 葫芦岛市| 青川县| 邳州市| 陕西省| 武平县| 莆田市| 南平市| 双流县| 雷波县| 抚州市| 屯留县| 榆树市| 凉山| 庆城县| 海盐县| 综艺| 乐安县|