Update threshold value in App.tsx

This commit is contained in:
dertyp7
2024-01-14 20:42:43 +01:00
parent 3f92b66143
commit 58c5476246

View File

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