mobile optimizations

This commit is contained in:
2026-04-06 14:10:46 -07:00
parent 336c652bf7
commit 14f9ef3ffd
3 changed files with 3 additions and 11 deletions

View File

@@ -44,11 +44,7 @@ const ogImage = "https://timmypidashev.dev/og-image.jpg";
animation: none;
}
::view-transition-old(:root) {
animation: 90ms ease-out both fade-out;
}
@keyframes fade-out {
from { opacity: 1; }
to { opacity: 0; }
animation: none;
}
</style>
<script is:inline set:html={THEME_LOADER_SCRIPT} />