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

    Jan 12, 2026 · 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 viewport.

  2. Introduction to Intersection Observer - GeeksforGeeks

    Jul 29, 2024 · Your All-in-One Learning Portal: GeeksforGeeks is a comprehensive educational platform that empowers learners across domains-spanning computer science and programming, school …

  3. An Explanation of How the Intersection Observer Watches

    Sep 24, 2019 · In this demo, we’ve created an Intersection Observer and the callback function serves the sole purpose of adding and removing an event listener that listens for the scroll event on the root …

  4. IntersectionObserver's coming into view | Articles | web.dev

    Apr 20, 2016 · IntersectionObserver s were designed specifically with ads services and social network widgets in mind, which frequently use <iframe> elements and could benefit from knowing whether …

  5. IntersectionObserver API 使用教程 - 阮一峰的网络日志

    IntersectionObserver API 是异步的,不随着目标元素的滚动同步触发。 规格写明, IntersectionObserver 的实现,应该采用 requestIdleCallback(),即只有线程空闲下来,才会执行观察器。 这意味着,这个 …

  6. JavaScript IntersectionObserver Guide | Medium

    Jun 24, 2025 · The IntersectionObserver API makes this process easier, more efficient, and less error-prone compared to older methods like scroll listeners or manual bounding box checks.

  7. useIntersectionObserver - VueUse

    Collection of essential Vue Composition Utilities Directive Usage This function also provides a directive version via the @vueuse/components package. Learn more about the usage.

  8. react-intersection-observer - npm

    Monitor if a component is inside the viewport, using IntersectionObserver API. Latest version: 10.0.3, last published: a month ago. Start using react-intersection-observer in your project by running `npm i …

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

    Oct 18, 2023 · The IntersectionObserver task source is a task source used for scheduling tasks to § 3.2.5 Notify Intersection Observers. To queue an intersection observer task for a document …

  10. Intersection Observer API : Understand in 3 Minutes

    May 21, 2026 · Problem Statement The Intersection Observer API lets you efficiently detect when an... Tagged with intersectionobserver, lazyloading, scrollanimation, abotwrotethis.