From 287c372aa1745d048b6f046d5d0fe06273e198bb Mon Sep 17 00:00:00 2001 From: x7md Date: Sat, 21 Dec 2024 22:49:53 +0300 Subject: [PATCH] load first --- src/pages/index.astro | 61 ++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 36 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 7b8b633..7d5c146 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -44,25 +44,6 @@ import '@/styles/globals.css' clip-path: inset(0 0 100% 0); } } - [transition-style="out:wipe:up"] { - animation: 1.5s cubic-bezier(.25, 1, .30, 1) wipe-out-up both; - animation-delay: 1s; - } - - [transition-style="out:wipe:up2"] { - animation: 1.5s cubic-bezier(.25, 1, .30, 1) wipe-out-up both; - animation-delay: 1.75s; - } - - [transition-style="out:wipe:up3"] { - animation: 1.5s cubic-bezier(.25, 1, .30, 1) wipe-out-up both; - animation-delay: 2.5s; - } - - [transition-style="out:wipe:up4"] { - animation: 1.5s cubic-bezier(.25, 1, .30, 1) wipe-out-up both; - animation-delay: 3.75s; - } @@ -134,23 +115,31 @@ import '@/styles/globals.css' });