Global
Members
-
event
-
- Source:
-
-
-
Type:
- Source:
-
-
observer
-
- Source:
-
Type Definitions
-
callback(changeData)
-
Parameters:
- 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:
-