Properties
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
This section describes the properties associated with the Intersection Observer API.
In this section
| Topic | Description |
|---|---|
|
The root element to use for intersection. | |
|
The margin around the intersection root. | |
|
Returns a DOMHighResTimeStamp that corresponds to the time the intersection was recorded. | |
|
Returns a DOMRectReadOnly for the intersection observer's root. | |
|
Returns a DOMRectReadOnly for the intersection observer's target. | |
|
Returns a DOMRectReadOnly for the portion of the target visible within the root intersection rectangle. | |
|
Ratio of intersectionRect area to boundingClientRect area. | |
|
The Element whose interaction with the intersection root changed. | |
|
A list of thresholds where each threshold is a ratio of intersection area to bounding box area of an observed target. |