Commit 7b9221a9 by libai

测试

parent 5fbd52b1
Showing with 5 additions and 5 deletions
......@@ -3721,7 +3721,7 @@ $(function(){
//向下
angle=Math.abs(goDeg-90)
if(angle<30&&zwidth>3.5){
$(".room-bg,.video-box").css("transition","0.25s all")
$(".room-bg,.video-box").css("transition","0.35s all")
$(".room-bg,.video-box").css("top","100vh")
$("body").css("pointer-events","none")
if(sessionStorage.type!='pwa'){
......@@ -3771,7 +3771,7 @@ $(function(){
$(".room-secret,.mc-out-box,.secret-bottom-box,.secret-ing-content,.play-icon,.mc-out-box,.room-secret,.room-content-loading").hide()
// window.location.href="liveRoom.html?roomId="+topRoomId+"&sound=1&v=2023050801"
}, 200);
}, 300);
return
}
}
......@@ -3780,7 +3780,7 @@ $(function(){
angle=Math.abs(goDeg-90)
if(angle<30&&zwidth>3.5){
$(".room-bg,.video-box").css("transition","0.25s all")
$(".room-bg,.video-box").css("transition","0.35s all")
$(".room-bg,.video-box").css("top","-100vh")
$("body").css("pointer-events","none")
// $(".room-bg,.video-box").fadeOut(350)
......@@ -3831,13 +3831,13 @@ $(function(){
history.pushState(null,null,'liveRoom.html?roomId='+sessionStorage.roomId+'&v=2023062602');
$(".room-secret,.mc-out-box,.secret-bottom-box,.secret-ing-content,.play-icon,.mc-out-box,.room-secret,.room-content-loading").hide()
// window.location.href="liveRoom.html?roomId="+BottomRoomId+"&sound=1&v=2023050801"
}, 200);
}, 300);
return
}
}
angle=null
$(".room-bg,.video-box").css("transition","0.25s all")
$(".room-bg,.video-box").css("transition","0.35s all")
$(".room-bg,.video-box").css("top","0")
topMoveNumBottom=0
topMoveNumTop=0
......
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