increase intersect zone

This commit is contained in:
Pas 2025-02-28 22:36:43 -07:00
parent df7c5b65ed
commit 0f0a28fdd4

View file

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