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; } diff --git a/src/layouts/index.astro b/src/layouts/index.astro index d4294c2..309a5b1 100644 --- a/src/layouts/index.astro +++ b/src/layouts/index.astro @@ -43,7 +43,7 @@ const ogImage = "https://timmypidashev.dev/og-image.jpg";