oh wow i was meant to push this a long time ago

This commit is contained in:
sky
2026-06-11 23:04:06 -04:00
parent e12d4d3017
commit 0605271327
7 changed files with 141 additions and 113 deletions

View File

@ -137,7 +137,7 @@
let index = 0;
let welcome = document.querySelector("welcome");
let blur = document.getElementById("blur");
// let blur = document.getElementById("blur");
// TODO: finish
hideAll();
@ -147,11 +147,11 @@
function hideAll() {
welcome.remove();
blur.remove();
// blur.remove();
}
function finish() {
welcome.style.opacity = "0";
blur.style.opacity = "0";
// blur.style.opacity = "0";
setTimeout(() => {
hideAll();
document.cookie = "selenite.welcomeFinished=true";
@ -315,7 +315,7 @@
<button id="nextPage">done</button>
</section>
</welcome>
<div id="blur"></div>
<!-- <div id="blur"></div> -->
<iframe id="iframe" src="home.html" allow="cross-origin-isolated"></iframe>
<!-- to do
add colors -->