oh wow i was meant to push this a long time ago
This commit is contained in:
@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user