色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術(shù)文章
文章詳情頁

js實現(xiàn)盒子拖拽動畫效果

瀏覽:104日期:2024-04-25 15:30:23

本文實例為大家分享了js實現(xiàn)盒子拖拽動畫的具體代碼,供大家參考,具體內(nèi)容如下

<!DOCTYPE html><html lang='zh-CN'><head> <meta charset='UTF-8'> <title>Document</title> <script src='http://m.lshqa.cn/bcjs/jquery.js'></script> <style> * { margin: 0; padding: 0; } .wrap { width: 400px; height: 200px; border: 1px solid #ccc; border-right-color: red; position: absolute; top: 50%; left: 50%; margin-left: -200px; margin-top: -100px; box-sizing: border-box; } .wrap .head { height: 40px; padding-left: 4px; padding-right: 4px; background-color: #ccc; box-sizing: border-box; line-height: 40px; user-select: none; } .head:hover { cursor: move; } .head span { float: left; } #close { float: right; } #close:hover { cursor: pointer; } </style></head><body> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <p>tom</p> <div class='wrap'> <div class='head'> <span>試著拖拽我</span> <span id='close'>【關(guān)閉】</span> </div> </div> <script> let wrap = document.querySelector(’.wrap’); let close = document.getElementById(’close’); let head = document.querySelector(’.head’); head.onmousedown = function (e) { // 獲得鼠標(biāo)在 head 中的坐標(biāo) let x = e.pageX - wrap.offsetLeft; let y = e.pageY - wrap.offsetTop; console.log(x, y); document.onmousemove = function (e) { let xx = e.pageX - x; let yy = e.pageY - y; // 設(shè)置邊界限制 xx = xx < 0 ? 0 : xx; yy = yy < 0 ? 0 : yy; if (xx >= innerWidth - wrap.offsetWidth) { document.documentElement.scrollLeft = 20; } else { document.documentElement.scrollLeft = 0; } xx = xx > innerWidth - wrap.offsetWidth ? innerWidth-wrap.offsetWidth : xx; yy = yy > innerHeight - wrap.offsetHeight + document.documentElement.scrollTop ? innerHeight - wrap.offsetHeight + document.documentElement.scrollTop : yy; wrap.style.left = xx + ’px’; wrap.style.top = yy + ’px’; // 禁止X滾動軸 document.body.style.overflowX = ’hidden’; wrap.style.marginLeft = 0; wrap.style.marginTop = 0; }; }; document.onmouseup = function () { document.onmousemove = null; }; close.onclick = function () { wrap.style.display = ’none’; }; </script></body></html>

實現(xiàn)效果:

js實現(xiàn)盒子拖拽動畫效果

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持好吧啦網(wǎng)。

標(biāo)簽: JavaScript
相關(guān)文章:
主站蜘蛛池模板: 国产最新自拍 | 一道精品视频一区二区三区图片 | 九九久久国产 | 美女作爱网站 | 欧美一级高清免费播放 | 精品一区二区三区波多野结衣 | 久久久久亚洲精品影视 | 久久2| 真人一级一级特黄高清毛片 | 日本三级香港三级人妇r | 在线观看免费黄色网址 | 欧美精品国产一区二区三区 | 在线观看国产精成人品 | 99ri在线精品视频 | 日本美女视频韩国视频网站免费 | 国产成人十八黄网片 | 经典国产一级毛片 | 欧美人与鲁交大毛片免费 | 国产a精品 | 国产亚洲人成a在线v网站 | 国产在线91精品入口首页 | 日本一区二区不卡视频 | 精品国产美女福到在线不卡f | 中文字幕在线乱码不卡区区 | 黄篇网址 | 久草网在线视频 | 大陆精品自在线拍国语 | 日韩一级一片 | 成年人三级黄色片 | 亚洲欧美网址 | 国产亚洲精品精品国产亚洲综合 | 久久久久久久久毛片精品 | 欧美日韩一区二区三区视视频 | 亚洲成成品网站有线 | 2018av男人天堂 | 久青草青综合在线视频 | 久爱午夜精品免费视频 | 精品久久久久久综合网 | 国产精品人成人免费国产 | 亚州免费视频 | 免费视频观看在线www日本 |