本文实例为大家分享了移动端滑动banner效果的具体代码,供大家参考,具体内容如下
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta content="telephone=yes" name="format-detection" /> <meta name="apple-mobile-web-app-status-bar-style" content="white"> <meta name="x5-fullscreen" content="true"> <meta name="apple-touch-fullscreen" content="yes"> <title>Document</title> <style> *{margin:0;padding:0;} .box{ height:200px; width:100%; overflow: hidden; } .movebox{ height:200px; width:9000px; padding:0; position:relative; left:0; } .movebox li{ height:200px; float:left; list-style:none; font-size:30px; color:#fff; } </style> <script> window.onload = function(){ var moveX, //手指滑动距离 endX, //手指停止滑动时X轴坐标 cout = 0, //滑动计数器 moveDir; //滑动方向 var movebox = document.querySelector(".movebox"); //滑动对象 var Li = movebox.querySelectorAll("li"); //滑动对象item var width = parseInt(window.getComputedStyle(movebox.parentNode).width); //滑动对象item的宽度 movebox.style.width = (width*4) + "px"; //设置滑动盒子width for(var i = 0; i < Li.length; i++){ Li[i].style.width = width + "px"; //设置滑动item的width,适应屏幕宽度 } //触摸开始 function boxTouchStart(e){ var touch = e.touches[0]; //获取触摸对象 startX = touch.pageX; //获取触摸坐标 endX = parseInt(movebox.style.webkitTransform.replace("translateX(", "")); //获取每次触摸时滑动对象X轴的偏移值 } function boxTouchMove(e){ var touch = e.touches[0]; moveX = touch.pageX - startX; //手指水平方向移动的距离 if(cout == 0 && moveX > 0){ //刚开始第一次向左滑动时 return false; } if(cout == 3 && moveX < 0){ //滑动到最后继续向右滑动时 return false; } movebox.style.webkitTransform = "translateX(" + (endX + moveX) + "px)"; //手指滑动时滑动对象随之滑动 } function boxTouchEnd(e){ moveDir = moveX < 0 "translateX(" + (endX-width) + "px)"; cout++; } //手指向右滑动 }else{ //滑动到初始状态时返回false if(cout == 0){ return false; }else{ movebox.style.webkitTransform = "translateX(" + (endX+width) + "px)"; cout--; } } } //滑动对象事件绑定 movebox.addEventListener("touchstart", boxTouchStart, false); movebox.addEventListener("touchmove", boxTouchMove, false); movebox.addEventListener("touchend", boxTouchEnd, false); } </script> </head> <body style="position:absolute;width:100%;overflow:hidden;"> <div class="box"> <ul class="movebox" style="transition-duration:0.2s;transform: translateX(-0px);"> <li style="background:red;">1</li> <li style="background:yellow">2</li> <li style="background:blue">3</li> <li style="background:green">4</li> </ul> </div> </body> </html>
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。
华山资源网 Design By www.eoogi.com
广告合作:本站广告合作请联系QQ:858582 申请时备注:广告合作(否则不回)
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
免责声明:本站资源来自互联网收集,仅供用于学习和交流,请遵循相关法律法规,本站一切资源不代表本站立场,如有侵权、后门、不妥请联系本站删除!
华山资源网 Design By www.eoogi.com
暂无评论...
更新日志
2024年11月18日
2024年11月18日
- 王艺翔.2024-至暖(EP)【乐人】【FLAC分轨】
- 樊桐舟《流年微词HQCD》WAV+CUE
- Rachmaninoff-SymphonicDances-BerlinerPhilharmoniker,KirillPetrenko(2024)[24-96]
- 岡部啓一《NieRGestaltReplicantOrchestralArrangementAlbum》24-96\FLAC
- 群星《心光》[FLAC/分轨][307.76MB]
- 许茹芸《讨好》[WAV+CUE][1G]
- 唐磊《丁香花》[WAV+CUE]
- 刘德华.2001-天开了【BMG】【WAV+CUE】
- 群星.2013-顾嘉辉大师经典演唱会3CD【爱我音乐】【WAV+CUE】
- 费翔.2000-费常翔念2CD【环球】【WAV+CUE】
- Rachmaninoff-SuitesNos.12,TheSleepingBeauty-MikuOmine,TakakoTakahashi(2024)[24-
- 童丽《影视金曲(1:1黄金母盘版)》[WAV]
- 柏菲·胭花四乐《胭花四乐》限量开盘母带ORMCD[低速原抓WAV+CUE]
- 群星《监听耳机天碟》2018[WAV分轨][1G]
- 群星《娱协奖原创金曲合辑》滚石[WAV+CUE][1.1G]