简单实现js放大镜效果
网络编程 2021-07-04 18:32www.168986.cn编程入门
这篇文章主要教大家如何简单实现js放大镜效果,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
本文实例为大家分享了js放大镜效果展示的具体代码,供大家参考,具体内容如下
具体代码如下:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style> body,div,img{ margin:0; padding:0; } img{ display:block; border:none; } #box{ position:absolute; :20px; left:20px; width:350px; height:350px; box-shadow:3px 3px 10px 0 #111111; } #box img{ width:100%; height:100%; } #mark{ display:none; position:absolute; :0; left:0; width:175px; height:175px; background:#000; opacity: 0.5; filter:alpha(opacity=50); cursor:move; } #boxRight{ display:none; position:absolute; :20px; left:380px; width:350px; height:350px; overflow:hidden; } /我们右侧的图片的大小是需要严格计算的: mark的width是box的width的一半,那么我们的大图宽度也应该是小图的二倍 / #boxRight img{ position:absolute; :0; left:0; width:200%; height:200%; } </style> </head> <body> <div id='box'> <img src="img/iphone.jpg" alt=""> <div id='mark'></div> </div> <div id='boxRight'> <img src="img/iphone_big.jpg" alt=""> </div> <script> //放大镜的原理: 我们的mark横向是box的一半,纵向也是box的一半,那么右侧的大图横向(纵向)应该是左侧小图的2倍 var box = document.getElementById('box'); var mark = document.getElementById('mark'); var boxRight = document.getElementById('boxRight'); //设置mark这个盒子 function setPosition(e){ var = e.clientY - box.offsetTop - (mark.offsetHeight/2); var left = e.clientX - box.offsetLeft - (mark.offsetWidth/2); //边界判断 var tempL = 0,tempT = 0; var minL = 0,minT = 0,maxL = box.offsetWidth - mark.offsetWidth,maxT = box.offsetHeight - mark.offsetHeight ; if(left<minL){ mark.style.left = minL + "px"; tempL = minL; }else if(left>maxL){ mark.style.left = maxL + "px"; tempL = maxL; }else{ mark.style.left = left + "px"; tempL = left; } if(<minT){ mark.style. = minT + "px"; tempT = minT; }else if(>maxT){ mark.style. = maxT + "px"; tempT = maxT; }else{ mark.style. = + "px"; tempT = ; } //右侧图片跟着运动:左侧移动多少,右侧跟着移动他的2倍即可 var oImg = boxRight.getElementsByTagName("img")[0]; oImg.style.left = -tempL2 + "px"; oImg.style. = -tempT2 + "px"; } box.onmouseenter = function(e){ e = e || window.event; mark.style.display = "block"; setPosition(e); boxRight.style.display = "block"; } box.onmousemove = function(e){ e = e || window.event; setPosition(e); } box.onmouseleave = function(e){ e = e || window.event; mark.style.display = "none"; boxRight.style.display = "none"; } </script> </body> </html>
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持狼蚁SEO。
上一篇:关于react-router的几种配置方式详解
下一篇:Vue列表页渲染优化详解
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程