MCPcopy Create free account
hub / github.com/Alfredredbird/CyberKelp / dismissSplash

Function dismissSplash

script.js:450–457  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

448// --- Splash screen --------------------------------------------
449
450function dismissSplash() {
451 const splash = document.getElementById("splash");
452 if (!splash) return;
453 setTimeout(() => {
454 splash.classList.add("hidden");
455 splash.addEventListener("transitionend", () => splash.remove(), { once: true });
456 }, 2200);
457}
458
459// --- Graph View -----------------------------------------------
460

Callers 1

initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected