mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-25 07:44:36 +00:00
fade in on home page to prevent html loading before css
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -16,6 +16,14 @@
|
||||
|
||||
gtag('config', 'AW-16702609763');
|
||||
</script>
|
||||
|
||||
<style>
|
||||
body {
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s ease;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user