国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

js仿小米手機上下滑動效果

2019-11-19 17:43:47
字體:
來源:轉載
供稿:網友

本文實例為大家分享了js上下滑動效果的具體代碼,供大家參考,具體內容如下

<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <style> .box{  width: 512px;  height: 400px;  margin:100px auto;  overflow: hidden;  position: relative;  border: 1px solid red; } .box img{  position: absolute;  left: 0;  top: 0; } .box div{  width: 512px;  height: 200px;  position: absolute;  left: 0; } .up{  top:0; } .down{  top: 200px; } </style> <script>  window.onload = function(){ function $(id){ return document.getElementById(id);} var num = 0; var timer; var timer1; $("picup").onmouseover = function(){ //往下走  timer = setInterval(function(){  if(num>=0){   clearInterval(timer);  }else{   num+=3;   $("pic").style.top = num +"px";  }  },10); } $("picup").onmouseleave = function(){  clearInterval(timer); } $("picdown").onmouseover = function(){ //往上走  timer1 = setInterval(function(){  if(num <= -1070){   clearInterval(timer1);  }else{   num-=3;   $("pic").style.top = num +"px";  }  },30); } $("picdown").onmouseleave = function(){  clearInterval(timer1); } } </script></head><body> <div class="box"> <img src="mi.png" alt="" id="pic"> <div class="up" id="picup"></div> <div class="down" id="picdown"></div> </div></body></html> 

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持武林網。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 宜君县| 泸定县| 禄丰县| 平乡县| 九寨沟县| 孙吴县| 翼城县| 孟村| 镇沅| 天等县| 龙门县| 保康县| 通化县| 永寿县| 重庆市| 招远市| 南江县| 洪洞县| 曲麻莱县| 金门县| 开封县| 武冈市| 天等县| 禹州市| 湖南省| 钦州市| 镇雄县| 长顺县| 白山市| 毕节市| 富阳市| 沙雅县| 岳阳县| 中宁县| 华安县| 邹平县| 宿迁市| 富蕴县| 云南省| 黄冈市| 长治县|