diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 7f08404..e0335ef 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -4,122 +4,114 @@ import "../styles/global.css"; - - - - - - - - - - TaskRatchet - The Todo List You Won't Ignore - - - - - - + // Remove the no-transitions class after a small delay + window.addEventListener("load", () => { + setTimeout(() => { + document.documentElement.classList.remove("no-transitions"); + }, 100); + }); + })(); + + + + +