JavaScript实现滑块验证解锁
网络编程 2021-07-04 14:07www.168986.cn编程入门
这篇文章主要为大家详细介绍了JavaScript实现滑块验证解锁,文中示例代码介绍的非常详细,具有一定的参考价值,感兴趣的小伙伴们可以参考一下
本文实例为大家分享了JavaScript实现滑块验证解锁的具体代码,供大家参考,具体内容如下
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> // 引入矢量图标库 <link rel="stylesheet" href="https://at.alicdn./t/font_2248239_eso2z5bskxk.css"> <title>Document</title> <style> { margin: 0; padding: 0; } .box { width: 300px; height: 40px; line-height: 40px; text-align: center; background-color: #e8e8e8; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); position: relative; margin-: 100px; margin-left: 200px; } .box .bgColor { position: absolute; left: 0; : 0; width: 40px; height: 40px; } .box .tips { position: absolute; width: 100%; height: 40px; line-height: 40px; font-size: 14px; color: #000; text-align: center; user-select: none; } .ball { width: 50px; height: 38px; border: 1px solid #c; background: #fff; text-align: center; cursor: move; position: absolute; : 0; left: 0; } </style> </head> <body> <div class="box"> <div class="bgColor"></div> <div class="tips">滑动验证</div> <div class="ball"><i class="iconfont icon-double-arro-right"></i></div> </div> </body> <script> var box = document.getElementsByClassName("box")[0]; var ball = document.getElementsByClassName("ball")[0]; var bgColor = document.getElementsByClassName("bgColor")[0]; var tips = document.getElementsByClassName("tips")[0]; // 设置成功状态 var isSuess = false; //默认为false 不成功 ball.onmousedown = function(e) { var e = e || window.event; // 获取鼠标相对于事件源左上角的位置 var posx = e.offsetX; // 每次鼠标按下时 清除动画样式 ball.style.transition = ""; bgColor.style.transition = ""; document.onmousemove = function(e) { var e = e || window.event; var x = e.pageX - box.offsetLeft - posx; var max = box.clientWidth - ball.clientWidth; if (x <= 0) { x = 0; } if (x >= max) { x = max; } bgColor.style.width = x + "px"; ball.style.left = x + "px"; bgColor.style.backgroundColor = "#6ff"; if (x == max) { suess(); } } document.onmouseup = function() { // 如果没有解锁成功则返回原点 if (!isSuess) { bgColor.style.width = 0 + "px"; ball.style.left = 0 + "px"; ball.style.transition = "left 0.6s linear"; bgColor.style.transition = "width 0.6s linear"; } // 鼠标抬起时,移除鼠标移动事件和鼠标抬起事件 document.onmouseup = null; document.onmousemove = null; } } // 定义一个滑块解锁成功的方法 function suess() { isSuess = true; // 获取图标 var icon = ball.firstElementChild; tips.textContent = "解锁成功"; bgColor.style.backgroundColor = "lightgreen"; icon.className = "iconfont icon-gou"; icon.style.color = "lightgreen"; //滑动成功时,移除鼠标按下事件 ball.onmousedown = null; } </script> </html>
效果图如下:
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持狼蚁SEO。
编程语言
- 甘肃哪有关键词排名优化购买方式有哪些
- 甘肃SEO如何做网站优化
- 河南seo关键词优化怎么做电话营销
- 北京SEO优化如何做QQ群营销
- 来宾百度关键词排名:提升您网站曝光率的关键
- 卢龙关键词优化:提升您网站排名的策略与技巧
- 山东网站优化的注意事项有哪些
- 四川整站优化怎样提升在搜索引擎中的排名
- 疏附整站优化:提升网站性能与用户体验的全新
- 海南seo主要做什么工作售后服务要做到哪些
- 荣昌百度网站优化:提升您网站的搜索引擎排名
- 河北seo网站排名关键词优化如何做SEO
- 江西优化关键词排名推广售后保障一般有哪些
- 古浪SEO优化:提升你的网站可见性
- 西藏网站排名优化怎么把网站排名在百度首页
- 如何提升阳东百度快照排名:详尽指南