ligun and sogup

This commit is contained in:
john 2025-05-06 16:31:55 +02:00
parent b6633d6f25
commit 4573048a47
24 changed files with 482 additions and 226 deletions

View file

@ -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,