第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定

第一節(jié)課速度動畫那里為什么我的移動后停不下來啊,而且左右的速度明顯不同,求大神講解。。

<!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>無標(biāo)題文檔</title>

<style type="text/css">

*{margin:0;padding:0;}

#share{

top:200px;

width:200px;

height:100px;

left:-200px;

background:#0FF;

position:relative;

}

#small{

width:30px;

height:50px;

background:#C00;

left:200px;

position:absolute;

}

</style>

<script type="text/javascript">

window.onload=function(){

var share=document.getElementById('share');

share.onmouseover=function(){

move(10,0);

}

share.onmouseout=function(){

move(-10,-200);

}

}

var time=null;

function move(speed,target){

clearInterval(time);

var share=document.getElementById('share');

time=setInterval(function(){

if(share.offsetLeft==target){clearInterval(time);}

else{share.style.left=share.offsetLeft+speed+'px';}

}

,30)

}


</script>

</head>


<body>

<div id="share">

<div id="small"><span>分享</span></div>

</div>

</body>

</html>


正在回答

1 回答

*{margin:0;padding:0;}

這一行出錯了,你用的是中文字符下的符號,應(yīng)該是這樣的:

*{margin:0;?padding:0;}
0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

酋長最帥 提問者

非常感謝!
2016-05-22 回復(fù) 有任何疑惑可以回復(fù)我~

舉報

0/150
提交
取消

第一節(jié)課速度動畫那里為什么我的移動后停不下來啊,而且左右的速度明顯不同,求大神講解。。

我要回答 關(guān)注問題
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號