领舞事件时间
parent
224acc8c59
commit
ce4045a4b1
|
@ -48,7 +48,7 @@ function allDancing(dangcing){
|
|||
startIndex++;
|
||||
$(`.data${startIndex} .people-img`).addClass(actionArr[Math.floor(Math.random()*actionArr.length)]);
|
||||
}
|
||||
},1000)
|
||||
},3000)
|
||||
},10000)
|
||||
}
|
||||
}
|
||||
|
|
|
@ -239,7 +239,7 @@ function receiveMessage(event)
|
|||
//关闭领舞说话
|
||||
setTimeout(()=>{
|
||||
$('.speak-pink').fadeOut();
|
||||
},1000)
|
||||
},3000)
|
||||
}
|
||||
// 领舞说切歌
|
||||
if(leader.text=="切歌"){
|
||||
|
|
Loading…
Reference in New Issue