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
+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>