diff --git a/site/src/lib/Logo.svelte b/site/src/lib/Logo.svelte index eefdb23979..0f1c1b4fca 100644 --- a/site/src/lib/Logo.svelte +++ b/site/src/lib/Logo.svelte @@ -13,14 +13,14 @@ - + - - + + @@ -77,7 +77,7 @@ .logo-container { animation-duration: 0.5s; - animation-delay: 4s; + animation-delay: 3.2s; animation-name: slideToPos; animation-timing-function: ease-in-out; animation-fill-mode: both; diff --git a/site/src/lib/Tagline.svelte b/site/src/lib/Tagline.svelte index 9dd9c6c869..370cc12c50 100644 --- a/site/src/lib/Tagline.svelte +++ b/site/src/lib/Tagline.svelte @@ -6,7 +6,7 @@ class="z-20 text-lg md:text-3xl font-semibold h-[36px] mt-[15px] md:mt-[35px] mb-[12px] md:mb-[24px] tagline flex gap-1 md:gap-2" > Infrastructure for - + DeFi Shared Security NFTs @@ -28,8 +28,8 @@ } .tagline { - animation-duration: 1.1s; - animation-delay: 5.3s; + animation-duration: 0.5s; + animation-delay: 3.2s; animation-name: fadeIn; animation-timing-function: ease-in; animation-fill-mode: both; diff --git a/site/src/routes/+page.svelte b/site/src/routes/+page.svelte index 118a7c4ba3..f2b7ad69e6 100644 --- a/site/src/routes/+page.svelte +++ b/site/src/routes/+page.svelte @@ -29,8 +29,8 @@ } .buttonFly { - animation-duration: 1.1s; - animation-delay: 5.3s; + animation-duration: 0.5s; + animation-delay: 3.9s; animation-name: fadeIn; animation-timing-function: ease-in; animation-fill-mode: both;