极乐门资源网 Design By www.ioogu.com
js实现鼠标的拖曳效果,文中示例代码介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
效果如下:
下面是代码:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>鼠标拖曳效果</title> <style> body{ background:black; } #box{ position:absolute; background: rgb(148, 143, 143); width: 400px; height: 200px; box-sizing: border-box; border: white 2px solid; } .topTitle{ cursor: move; border-bottom: white 2px solid; background: #cccccc; text-align: right; color: white; height: 20px; line-height: 20px; } .content >div{ background: rgb(148, 143, 143); height: 50px; line-height: 50px; color: white; text-align: left; } </style> </head> <body> <div id="box"> <div class="topTitle"><a href="#" >点击回放拖动轨迹</a></div> <div class="content"> <div>Drag:</div> <div>offsetTop:</div> <div>offsetLeft</div> </div> </div> </body> <script> var oBox=document.getElementById("box"); var oTopTitle=document.getElementsByClassName("topTitle")[0]; var aDiv= document.querySelectorAll(".content >div"); var offWidth=document.documentElement.clientWidth; var clHight=document.documentElement.clientHeight; var i,t; var state="false"; var oText=document.querySelector(".topTitle a"); oTopTitle.onmousedown=function(even){ var OffsetE=even||window.event; var flag=true; //设立边界: document.onmousemove=function(even){ state="true"; var ClientE=even||window.event; l=ClientE.clientX-OffsetE.offsetX; t=ClientE.clientY-OffsetE.offsetY; recorde(l,t,flag); if(l<0){ l=0; } if(t<0){ t=0; } if(l>offWidth-oBox.offsetWidth){ l=offWidth-oBox.offsetWidth; } if(t>clHight-oBox.offsetHeight){ t=clHight-oBox.offsetHeight; } oBox.style.left=l+"px"; oBox.style.top=t+"px"; } document.onmouseup=function(){ console.log(1); state="false"; document.onmousemove=null; document.onmouseup=null; } OffsetE.preventDefault(); flag=false; } oText.onclick=function(){ var reback=recorde(l,t); var index=reback.strX.length; setInterval(function(){ if(index<0){ clearInterval(); return; } oBox.style.left=reback.strX[index--] +"px"; oBox.style.top=reback.strY[index--]+"px"; },30); strX=[]; strY=[]; } var strX=[]; var strY=[]; function recorde(offsetTop,offsetLeft,flag){ var text1=aDiv[1].innerText; aDiv[0].innerHTML="Drag:"+"<span style='color:yellow'>"+state+"</span>"; aDiv[1].innerHTML="offsetTop:"+"<span style='color:yellow'>"+offsetTop+"</span>"; aDiv[2].innerHTML="offsetLeft:"+"<span style='color:yellow'>"+offsetLeft+"</span>"; strX.push(offsetTop) ; strY.push(offsetLeft); // console.log(strX); // console.log(strY); return { strX, strY } } </script> </html>
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
标签:
js,鼠标拖曳
极乐门资源网 Design By www.ioogu.com
极乐门资源网
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件!
如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
极乐门资源网 Design By www.ioogu.com
暂无js实现鼠标拖曳效果的评论...
更新日志
2024年11月15日
2024年11月15日
- faker大魔王称号怎么来的 faker大魔王称号来源介绍
- PS5 Pro上的蒂法更美了!博主盛赞新机1000%值得购买
- 腾讯互娱再离职一员大将!或因供应商贪腐
- Ayaneo3游戏掌机预热:旗舰定位、造型圆润自带底键
- 动力火车.1999-背叛情歌【上华】【WAV+CUE】
- 刘力扬.2019-Neon.Lit虹【摩登天空】【FLAC分轨】
- 群星.2002-恋爱物语情歌对唱精选2CD(引进版)【滚石】【WAV+CUE】
- 群星《闽南情24K德国HD金碟》2CD[WAV+CUE]
- 周传雄《恋人创世纪》环球唱片[WAV+CUE]
- 关淑怡-《真假情话K2HD》(日本压制)【WAV+CUE】
- 王菲 -《Faye Wong》雨果LPCD45 [WAV+分轨][1G]
- 陈百强《世纪10星·永恒篇》环球[WAV+CUE][1G]
- 陈奕迅《黑·白·灰》台湾版[WAV+CUE][400M]
- 张尕怂.2024-甘肃娃娃【FLAC分轨】
- 张惠妹.2011-A.MEI.ACOUSTIC.BEST.2CD【丰华】【WAV+CUE】