diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 301fd50..f6c0ff5 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -142,8 +142,8 @@ export class AppComponent { createObservers() { let options = { root: null, - rootMargin: '300px', - threshold: 1.0 + rootMargin: '0px', + threshold: 0.1 }; let intersectionObserver = new IntersectionObserver(entries => { entries.forEach(entry => {