IntersectionObserverAPI
Types
intersectionObserver
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. See IntersectionObserver on MDN
Record fields
Module
There are methods and helpers defined in IntersectionObserver .
intersectionObserverCallback
intersectionObserverEntry
This Intersection Observer API interface describes the intersection between the target element and its root container at a specific moment of transition. See IntersectionObserverEntry on MDN
Record fields
intersectionObserverInit
Record fields
root
option< root >
rootMargin
option< string >
threshold
option< array< float > >