Fix Page transitions by using a hacky FOUC trick

Seems to work though!
This commit is contained in:
2022-01-18 14:22:26 +01:00
parent b5b4b126c9
commit cffef1835f
5 changed files with 82 additions and 58 deletions

View File

@@ -15,5 +15,9 @@
<body>
<div id="housesof">%svelte.body%</div>
<script>
document.body.style.opacity = '0'
</script>
</body>
</html>