diff --git a/cms.js b/cms.js index c6a428e..7724a55 100644 --- a/cms.js +++ b/cms.js @@ -19,7 +19,7 @@ for (let i = 0; i <= 1.0; i += 0.01) { } let observer = new IntersectionObserver(callback, { - rootMargin: "100% 0% -25% 0%", + rootMargin: "100% 0% -50% 0%", threshold: threshold, });