mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-19 08:32:05 +00:00
increase intersect zone
This commit is contained in:
parent
df7c5b65ed
commit
0f0a28fdd4
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ export function useIntersectionObserver(
|
|||
},
|
||||
{
|
||||
...options,
|
||||
rootMargin: options.rootMargin || "200px 0px",
|
||||
rootMargin: options.rootMargin || "400px 0px",
|
||||
},
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue