本文实例为大家分享了JS实现拖动模糊框特效的具体代码,供大家参考,具体内容如下
需求:
在图片上拖动按钮,图片蒙层慢慢覆盖,当蒙层边缘碰到左右下角文字时,文字隐藏。
技术:
监听器,鼠标坐标获取
效果图
源码分享:
HTML
<h1>Image Comparison Slider</h1> <nav> <!--底层图--> <img src="/UploadFiles/2021-04-02/img-original.jpg">CSS样式
<style> * { margin: 0; padding: 0; color: #E8F6F5; } body { background-color: #566B89; padding-top: 1px; } nav { width: 1200px; height: 675px; overflow-x: hidden; position: relative; margin: 100px auto 0; } h1 { text-align: center; margin-top: 100px; font-weight: 400; } nav>img { position: absolute; } #img { width: 600px; /*初始状态显示一半蒙层*/ height: 675px; background: url("img/img-modified.jpg"); /*这里容器大小与图片一致,若想改变大小,设置背景大小属性 background-size: 图片宽 图片高;*/ position: relative; animation: start 1s ease-in-out; } #img img { width: 100%; height: 100%; } @keyframes start { 0% { width: 0; } 50% { width: 650px; } 100% { width: 600px; } } #btn { position: absolute; right: -25px; top: calc(50% - 25px); width: 56px; height: 56px; line-height: 56px; border: none; outline: none; border-radius: 50%; background-color: pink; font-size: 0; text-align: center; color: white; cursor: pointer; } .iconfont { font-size: 20px; } h3 { font-weight: 400; color: white; } #leftBottom,#rightBottom { position: absolute; width: 100px; bottom: 50px; } #leftBottom { left: 50px; } #rightBottom { right: 50px; } </style>JS部分
<script> let img = document.querySelector("#img"); let btn = document.querySelector("#btn"); let nav = document.querySelector("nav"); let leftBottom = document.querySelector("#leftBottom"); let rightBottom = document.querySelector("#rightBottom"); btn.onmousedown = function (e) { let clientx = e.clientX; // 点击获取鼠标初始X坐标 nav.onmousemove = function () { let e = arguments[0] || window.event; let X = e.clientX; // 移动时获取鼠标移动时的X坐标 let imgW = parseInt(getComputedStyle(img,null).width); img.style.width = `${ imgW + X - clientx}px`; // 图片宽度 = 移动时的X坐标 - 点击时的初始坐标 也就是 图片宽度 + 鼠标X坐标的偏移量 clientx = X ; // 将最新的位置的X坐标 赋值给 点击初始坐标 也就是 更新 X坐标初始值 if (imgW < 150){ leftBottom.style.display = "none"; }else { leftBottom.style.display = "block"; } if (imgW > 1050){ rightBottom.style.display = "none"; }else { rightBottom.style.display = "block"; } } }; document.onmouseup = function () { nav.onmousemove = null; } </script>以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
华山资源网 Design By www.eoogi.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
华山资源网 Design By www.eoogi.com
暂无评论...
RTX 5090要首发 性能要翻倍!三星展示GDDR7显存
三星在GTC上展示了专为下一代游戏GPU设计的GDDR7内存。
首次推出的GDDR7内存模块密度为16GB,每个模块容量为2GB。其速度预设为32 Gbps(PAM3),但也可以降至28 Gbps,以提高产量和初始阶段的整体性能和成本效益。
据三星表示,GDDR7内存的能效将提高20%,同时工作电压仅为1.1V,低于标准的1.2V。通过采用更新的封装材料和优化的电路设计,使得在高速运行时的发热量降低,GDDR7的热阻比GDDR6降低了70%。
更新日志
2024年11月16日
2024年11月16日
- 第五街的士高《印度激情版》3CD [WAV+CUE][2.4G]
- 三国志8重制版哪个武将智力高 三国志8重制版智力武将排行一览
- 三国志8重制版哪个武将好 三国志8重制版武将排行一览
- 三国志8重制版武将图像怎么保存 三国志8重制版武将图像设置方法
- 何方.1990-我不是那种人【林杰唱片】【WAV+CUE】
- 张惠妹.1999-妹力新世纪2CD【丰华】【WAV+CUE】
- 邓丽欣.2006-FANTASY【金牌大风】【WAV+CUE】
- 饭制《黑神话》蜘蛛四妹手办
- 《燕云十六声》回应跑路:年内公测版本完成95%
- 网友发现国内版《双城之战》第二季有删减:亲亲环节没了!
- 邓丽君2024-《漫步人生路》头版限量编号MQA-UHQCD[WAV+CUE]
- SergeProkofievplaysProkofiev[Dutton][FLAC+CUE]
- 永恒英文金曲精选4《TheBestOfEverlastingFavouritesVol.4》[WAV+CUE]
- 群星《国风超有戏 第9期》[320K/MP3][13.63MB]
- 群星《国风超有戏 第9期》[FLAC/分轨][72.56MB]