--- title: IntersectionObserverEntry slug: Web/API/IntersectionObserverEntry translation_of: Web/API/IntersectionObserverEntry ---
IntersectionObserverEntry接口
(从属于 Intersection Observer API )描述了目标元素与其根元素容器在某一特定过渡时刻的交叉状态. IntersectionObserverEntry
的实例作为 entries
参数被传递到一个 {{domxref("IntersectionObserver")}} 的回调函数中; 此外, 这些对象只能通过调用{{domxref("IntersectionObserver.takeRecords()")}} 来获取.
intersectionRect
与 boundingClientRect
的比例值.true
.如果返回 true
, 则 IntersectionObserverEntry
描述了变换到交叉时的状态; 如果返回 false
, 那么可以由此判断,变换是从交叉状态到非交叉状态.IntersectionObserver
的时间原点(time origin)到交叉被触发的时间的时间戳({{domxref("DOMHighResTimeStamp")}}).此接口没有方法.
规范 | 状态 | 备注 |
---|---|---|
{{SpecName('IntersectionObserver','#intersection-observer-entry','IntersectionObserverEntry')}} | {{Spec2('IntersectionObserver')}} | Initial definition |
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.
{{Compat("api.IntersectionObserverEntry")}}