ligun and sogup
This commit is contained in:
parent
b6633d6f25
commit
4573048a47
24 changed files with 482 additions and 226 deletions
|
@ -9,7 +9,7 @@ export function useIntersectionLoad(
|
|||
callback: () => Promise<void>,
|
||||
elementRef: RefObject<HTMLElement | null>,
|
||||
{
|
||||
earlyTriggerPx = 1800,
|
||||
earlyTriggerPx = 1200,
|
||||
debounceMs = 300,
|
||||
root = null,
|
||||
threshold = 0.1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue