increase intersect zone

This commit is contained in:
Pas 2025-02-28 22:36:43 -07:00
parent 557c6cb26a
commit 26d942bd7c

View file

@ -23,7 +23,7 @@ export function useIntersectionObserver(
},
{
...options,
rootMargin: options.rootMargin || "200px 0px",
rootMargin: options.rootMargin || "400px 0px",
},
);