Update threshold value in App.tsx

This commit is contained in:
dertyp7
2024-01-14 20:23:35 +01:00
parent c950409e86
commit 3f92b66143

View File

@@ -52,7 +52,7 @@ export default function App() {
} }
}); });
}, },
{ threshold: 0.7 } { threshold: 0.3 }
); );
const observerAnimations = new IntersectionObserver( const observerAnimations = new IntersectionObserver(