From 14f9ef3ffdba3115329bbf3f0a9123b65b6f6857 Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Mon, 6 Apr 2026 14:10:46 -0700 Subject: [PATCH] mobile optimizations --- src/layouts/content.astro | 6 +----- src/layouts/index.astro | 2 +- src/layouts/resource.astro | 6 +----- 3 files changed, 3 insertions(+), 11 deletions(-) diff --git a/src/layouts/content.astro b/src/layouts/content.astro index 5fef67d..61be51b 100644 --- a/src/layouts/content.astro +++ b/src/layouts/content.astro @@ -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; }