This commit is contained in:
choelzl 2022-02-24 02:32:27 +01:00
parent 5c6d940a5a
commit 0ecc2ee808
Signed by: sora
GPG Key ID: A362EA0491E2EEA0

View File

@ -34,7 +34,7 @@ $(async function () {
let audio = await playAudio(music);
node.style.opacity = 1;
nodeIm.style.opacity = 1;
await sleep(Math.max(audio.duration*1000 - 500,3000));
await sleep(Math.max(audio.duration*1000 - 1000,4000));
node.style.opacity = 0;
nodeIm.style.opacity = 0;
}