diff --git a/index.html b/index.html
index 46b619f..06137de 100644
--- a/index.html
+++ b/index.html
@@ -91,8 +91,8 @@
}
});
}, {
- threshold: 0.3,
- rootMargin: "0px 0px -30% 0px"
+ threshold: 0,
+ rootMargin: "0px 0px -80% 0px"
});
sections.forEach(section => observer.observe(section));