Commit 9d1ea7ae by libai

测试

parent a46b3c5f
Showing with 2 additions and 2 deletions
......@@ -2388,7 +2388,7 @@ $(function(){
if(startY<e.changedTouches[0].clientY){
//向下
angle=Math.abs(goDeg-90)
if(angle<30&&zwidth>4){
if(angle<30&&zwidth>3.5){
$(".room-bg,.video-box").css("transition","0.35s all")
$(".room-bg,.video-box").css("top","100vh")
setTimeout(function() {
......@@ -2400,7 +2400,7 @@ $(function(){
if(startY>e.changedTouches[0].clientY){
//向上
angle=Math.abs(goDeg-90)
if(angle<30&&zwidth>4){
if(angle<30&&zwidth>3.5){
$(".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