diff --git a/src/components/Community.astro b/src/components/Community.astro index 49c3cb1..ce8d930 100644 --- a/src/components/Community.astro +++ b/src/components/Community.astro @@ -34,12 +34,12 @@ const { {community.description}

- +
- +
{community.lists.simpleYetPowerful.title} @@ -74,7 +74,7 @@ const { filter: { from: 'blur(4px)', to: 'blur(0px)' }, duration: 300, delay: stagger(150), - easing: 'easeOutQuart', + ease: 'cubicBezier(0.25, 0.1, 0.25, 1)', autoplay: onScroll({ target: '#community', debug, diff --git a/src/components/Features.astro b/src/components/Features.astro index ea372de..5c93569 100644 --- a/src/components/Features.astro +++ b/src/components/Features.astro @@ -113,7 +113,7 @@ const featureList = [ filter: { from: 'blur(4px)', to: 'blur(0px)' }, duration: 300, delay: stagger(150), - easing: 'easeOutQuart', + ease: 'cubicBezier(0.25, 0.1, 0.25, 1)', autoplay: onScroll({ target: '#features', debug, diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 740fc94..7123f5b 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -44,20 +44,17 @@ const {
- - + +
@@ -95,7 +92,7 @@ const { filter: { from: 'blur(4px)', to: 'blur(0px)' }, duration: 300, delay: stagger(150), - easing: 'easeOutQuart', + ease: 'cubicBezier(0.25, 0.1, 0.25, 1)', autoplay: onScroll({ target: '#header', debug, diff --git a/src/components/Sponsors.astro b/src/components/Sponsors.astro index 06f7f9d..3ec2d55 100644 --- a/src/components/Sponsors.astro +++ b/src/components/Sponsors.astro @@ -50,7 +50,7 @@ const { filter: { from: 'blur(4px)', to: 'blur(0px)' }, duration: 300, delay: stagger(150), - easing: 'easeOutQuart', + ease: 'cubicBezier(0.25, 0.1, 0.25, 1)', autoplay: onScroll({ target: '#sponsors', debug,