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' });