Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

134
Views
IntersectionObserver: starting and ending the observer

I'm trying to trigger the IntersectionObserver when the top of the element hits the top of the window and when the bottom of the element hits the bottom of the window.

The element I'm observing has a height of 200vh.

With the following code I'm able to trigger the IntersectionObserver when the element reaches the top of the page:

const observer = new IntersectionObserver(([entry]) => {
  // trigger observer
}, {
  rootMargin: '0px 0px -100% 0px',
});

observer.observe(ref.current);

This works because the bottom of the rootMargin has a -100% value.

But when I add 100% to the top of the rootMargin it won't work.

Please checkout in full window:
https://codesandbox.io/s/intelligent-bose-v3on2?file=/src/App.js

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!