Intersection Observer

Intersection Observer

Technology Summary

About
The Intersection Observer API is a web API that allows efficient monitoring of changes to the intersection between a target element and its parent container or the top-level document's viewport. It is particularly useful for web developers who need to implement lazy-loading of images or other resources, or for tracking the visibility of certain elements on a web page.