Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

141
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda