🏠 New in High Baseline Support: Intersection observer
September 25, 2021
The Intersection Observer API asynchronously observes changes in the intersection of a target element with an ancestor element or with a top-level document’s viewport.
Source features
api.IntersectionObserver[mdn]api.IntersectionObserver.IntersectionObserver[mdn]api.IntersectionObserver.disconnect[mdn]api.IntersectionObserver.observe[mdn]api.IntersectionObserver.root[mdn]api.IntersectionObserver.rootMargin[mdn]api.IntersectionObserver.takeRecords[mdn]api.IntersectionObserver.unobserve[mdn]api.IntersectionObserverEntry[mdn]api.IntersectionObserverEntry.boundingClientRect[mdn]api.IntersectionObserverEntry.intersectionRatio[mdn]api.IntersectionObserverEntry.intersectionRect[mdn]api.IntersectionObserverEntry.rootBounds[mdn]api.IntersectionObserverEntry.target[mdn]api.IntersectionObserverEntry.time[mdn]api.IntersectionObserver.thresholds[mdn]api.IntersectionObserverEntry.isIntersecting[mdn]