About 107,000 results
Open links in new tab
  1. Intersection Observer API - Web APIs | MDN

    Oct 31, 2025 · The Intersection Observer API provides a way to asynchronously observe changes in the intersection of a target element with an ancestor element or with a top-level document's …

  2. Introduction to Intersection Observer - GeeksforGeeks

    Jul 29, 2024 · Intersection Observer is an API that is used to detect the interaction of a target element with its's ancestor element or the document viewport. For example, if we want to …

  3. An Explanation of How the Intersection Observer Watches

    Sep 24, 2019 · This demo demonstrates two things about the Intersection Observer: how to determine the position of the target element in relation to the root element and what happens …

  4. The Intersection Observer API: Practical Examples - Medium

    Aug 25, 2019 · Intersection Observer allows you to call a function when a target element “intersects” another element. This target element can be anything, but is most commonly (and …

  5. Trust is good, observation is better: Intersection Observer v2 ...

    Feb 15, 2019 · Intersection Observer v2 adds the capability to not only observe intersections per se, but to also detect if the intersecting element was visible at the time of intersection.

  6. JavaScript Intersection Observer Ultimate Guide - Web Dev …

    Jan 10, 2022 · In this article I will cover all the basics of Intersection Observer as well as the more complex nuances so you can start using Intersection Observer to spice up your sites. If you …

  7. react-intersection-observer - npm

    React implementation of the Intersection Observer API to tell you when an element enters or leaves the viewport. Contains both a Hooks, render props and plain children implementation. …

  8. IntersectionObserver - Web APIs | MDN

    Jul 29, 2025 · The IntersectionObserver interface of the Intersection Observer API provides a way to asynchronously observe changes in the intersection of a target element with an ancestor …

  9. Practical, real world examples of IntersectionObserver API

    Examples use only IntersectionObserver API. No external JavaScript or CSS libraries used in examples. Each example is available as a React component. It is written in TypeScript and …

  10. Intersection Observer - World Wide Web Consortium (W3C)

    Oct 18, 2023 · The Intersection Observer API addresses the above issues by giving developers a new method to asynchronously query the position of an element with respect to other …