Commit a2f34da7 by libai

测试

parent 74d9e282
Showing with 2 additions and 2 deletions
......@@ -2249,7 +2249,7 @@ $(function(){
if(startY<e.changedTouches[0].clientY){
//向下
angle=Math.abs(goDeg-90)
if(angle<30&&zwidth>5){
if(angle<30&&zwidth>4){
$(".room-bg,.video-box").css("transition","0.35s all")
$(".room-bg,.video-box").css("top","100vh")
setTimeout(function() {
......@@ -2261,7 +2261,7 @@ $(function(){
if(startY>e.changedTouches[0].clientY){
//向上
angle=Math.abs(goDeg-90)
if(angle<30&&zwidth>5){
if(angle<30&&zwidth>4){
$(".room-bg,.video-box").css("transition","0.35s all")
$(".room-bg,.video-box").css("top","-100vh")
setTimeout(function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment