Global

Members


event

Source:

<constant> INTERSECTION_EVENTS :INTERSECTION_EVENTS

Type:
Source:

observer

Source:

Type Definitions


callback(changeData)

Parameters:
Name Type Description
changeData IIntersectionChangeData
Source:

IntersectionObserverEntry

Properties:
Name Type Description
boundingClientRect DOMRectReadOnly
intersectionRatio Number
intersectionRect DOMRectReadOnly
isIntersecting Boolean
rootBounds DOMRectReadOnly | null
target Element
time Number
Source:

IntersectionObserverInit

Properties:
Name Type Argument Description
root Element | null <optional>
rootMargin String <optional>
threshold Number | Array.<Number> <optional>
Source: