领舞事件时间
parent
224acc8c59
commit
ce4045a4b1
|
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -239,7 +239,7 @@ function receiveMessage(event)
|
||||||
//关闭领舞说话
|
//关闭领舞说话
|
||||||
setTimeout(()=>{
|
setTimeout(()=>{
|
||||||
$('.speak-pink').fadeOut();
|
$('.speak-pink').fadeOut();
|
||||||
},1000)
|
},3000)
|
||||||
}
|
}
|
||||||
// 领舞说切歌
|
// 领舞说切歌
|
||||||
if(leader.text=="切歌"){
|
if(leader.text=="切歌"){
|
||||||
|
|
Loading…
Reference in New Issue