这是
实验性技术
检查
浏览器兼容性表格
要小心谨慎在生产中使用这之前。
IntersectionObserverEntry
interface's read-only
boundingClientRect
特性返回
DOMRectReadOnly
which in essence describes a rectangle describing the smallest rectangle that contains the entire target element.
var boundsRect = IntersectionObserverEntry.boundingClientRect;
A
DOMRectReadOnly
which describes the smallest rectangle that contains every part of the target element whose intersection change is being described. This value is obtained using the same algorithm as
Element.getBoundingClientRect()
, so refer to that article for details on precisely what is done to obtain this rectangle and what is and is not included within its bounds.
In the general case, however, it's safe to simply think of this as the bounds rectangle of the target element.
| 规范 | 状态 | 注释 |
|---|---|---|
|
Intersection Observer
The definition of 'IntersectionObserverEntry.boundingClientRect' in that specification. |
工作草案 | 初始定义 |
The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.
更新 GitHub 上的兼容性数据| 桌面 | 移动 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
boundingClientRect
|
Chrome 51 | Edge 15 |
Firefox
55
|
IE No | Opera Yes | Safari ? | WebView Android 51 | Chrome Android 51 | Firefox Android ? | Opera Android ? | Safari iOS ? | Samsung Internet Android 5.0 |
完整支持
不支持
兼容性未知
实验。期望将来行为有所改变。
用户必须明确启用此特征。
IntersectionObserverEntry
boundingClientRect
intersectionRatio
intersectionRect
isIntersecting
rootBounds
target
time