dernier push avant finalisation

This commit is contained in:
Florian Ehr 2021-01-15 14:51:52 +01:00
parent 3eab75a50a
commit 72074d1fb5

View file

@ -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");