fade in on home page to prevent html loading before css

This commit is contained in:
Evan
2024-12-21 13:27:16 -08:00
parent f1119858e0
commit 44afb2361b
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -257,7 +257,7 @@
* bug: ips are not stored DONE 12/20/2024
* highlight player spawn DONE 12/21/2024
* make bots less likely to build ships DONE 12/21/2024
* bugix: wait for css to load on front page
* bugix: wait for css to load on front page DONE 12/21/2024
-- v0.13.0 release
+8
View File
@@ -16,6 +16,14 @@
gtag('config', 'AW-16702609763');
</script>
<style>
body {
visibility: hidden;
opacity: 0;
transition: opacity 0.3s ease;
}
</style>
</head>
<body>