diff --git a/index.html b/index.html index d1f12ba..f5d16ec 100644 --- a/index.html +++ b/index.html @@ -52,12 +52,7 @@
- -
-
-
-
-
+
diff --git a/js/main.js b/js/main.js index 20efcc8..3ef0628 100644 --- a/js/main.js +++ b/js/main.js @@ -24,7 +24,7 @@ const observer = new IntersectionObserver((entries) => { entry.target.style.transitionDelay = `${index * 0.1}s`; } }); -}, { threshold: 0.1 }); +}, { threshold: 0.01 }); // Lowered from 0.1 to 0.01 sections.forEach(section => { section.style.transform = 'translateY(30px)';