diff --git a/src/app/globals.css b/src/app/globals.css
index 20216e2..dc9a613 100644
--- a/src/app/globals.css
+++ b/src/app/globals.css
@@ -34,7 +34,7 @@ html {
opacity: 0.1;
animation: fade-in linear forwards;
animation-timeline: view();
- animation-range: 250px 500px;
+ animation-range: 100px 300px;
}
@keyframes scroll-watcher {