领舞事件时间

master
yin5th 2021-11-25 11:05:04 +08:00
parent 224acc8c59
commit ce4045a4b1
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ function allDancing(dangcing){
startIndex++; startIndex++;
$(`.data${startIndex} .people-img`).addClass(actionArr[Math.floor(Math.random()*actionArr.length)]); $(`.data${startIndex} .people-img`).addClass(actionArr[Math.floor(Math.random()*actionArr.length)]);
} }
},1000) },3000)
},10000) },10000)
} }
} }

View File

@ -239,7 +239,7 @@ function receiveMessage(event)
//关闭领舞说话 //关闭领舞说话
setTimeout(()=>{ setTimeout(()=>{
$('.speak-pink').fadeOut(); $('.speak-pink').fadeOut();
},1000) },3000)
} }
// 领舞说切歌 // 领舞说切歌
if(leader.text=="切歌"){ if(leader.text=="切歌"){