From 72074d1fb5fcee1e3cb6d7fdeeeab9aba22bb976 Mon Sep 17 00:00:00 2001 From: Flo E Date: Fri, 15 Jan 2021 14:51:52 +0100 Subject: [PATCH] dernier push avant finalisation --- JAVASCRIPT/couloir.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JAVASCRIPT/couloir.js b/JAVASCRIPT/couloir.js index 37de9cb..c1c1e25 100644 --- a/JAVASCRIPT/couloir.js +++ b/JAVASCRIPT/couloir.js @@ -11,7 +11,7 @@ function handleLienCryptoClicked() { audioPas.setAttribute("src", "../Sounds/pas_insaide.mp3"); audioPas.style.cssText = "z-index: -1; opacity: 0;"; body.appendChild(audioPas); - body.style.cssText = "animation : fondu 5s forwards" + body.style.cssText = "animation : fondu 5s forwards"; setTimeout(() => { lienCrypto.setAttribute("href", "./crypto_seul.html");