This commit is contained in:
Baptiste Marty 2021-01-15 15:20:11 +01:00
commit 5f2a347428

View file

@ -11,7 +11,7 @@ function handleLienCryptoClicked() {
audioPas.setAttribute("src", "../Sounds/pas_insaide.mp3"); audioPas.setAttribute("src", "../Sounds/pas_insaide.mp3");
audioPas.style.cssText = "z-index: -1; opacity: 0;"; audioPas.style.cssText = "z-index: -1; opacity: 0;";
body.appendChild(audioPas); body.appendChild(audioPas);
body.style.cssText = "animation : fondu 5s forwards" body.style.cssText = "animation : fondu 5s forwards";
setTimeout(() => { setTimeout(() => {
lienCrypto.setAttribute("href", "./crypto_seul.html"); lienCrypto.setAttribute("href", "./crypto_seul.html");