|
|
@ -19,7 +19,7 @@ for (let i = 0; i <= 1.0; i += 0.01) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
let observer = new IntersectionObserver(callback, {
|
|
|
|
let observer = new IntersectionObserver(callback, {
|
|
|
|
rootMargin: "100% 0% -25% 0%",
|
|
|
|
rootMargin: "100% 0% -50% 0%",
|
|
|
|
threshold: threshold,
|
|
|
|
threshold: threshold,
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|