From af93b600e040f42c2942b427826f54ab3d59ff71 Mon Sep 17 00:00:00 2001 From: taroj1205 Date: Sun, 8 Jun 2025 12:52:17 +1200 Subject: [PATCH] refactor(features): update autoplay target and enter properties --- src/components/Features.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Features.astro b/src/components/Features.astro index b8b362d..6928cd1 100644 --- a/src/components/Features.astro +++ b/src/components/Features.astro @@ -141,8 +141,8 @@ const featureList = [ delay: stagger(150), ease: 'cubicBezier(0.25, 0.1, 0.25, 1)', autoplay: onScroll({ - target, - enter: 'bottom-=200 top', + enter: { container: 'top+=500' }, + target: element, debug, }), })