mirror of
https://github.com/sussy-code/smov.git
synced 2026-03-11 17:55:35 +00:00
increase intersect zone
This commit is contained in:
parent
557c6cb26a
commit
26d942bd7c
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