Options
All
  • Public
  • Public/Protected
  • All
Menu

This Intersection Observer API interface describes the intersection between the target element and its root container at a specific moment of transition.

Hierarchy

  • IntersectionObserverEntry

Index

Properties

boundingClientRect

boundingClientRect: DOMRectReadOnly

intersectionRatio

intersectionRatio: number

intersectionRect

intersectionRect: DOMRectReadOnly

isIntersecting

isIntersecting: boolean

rootBounds

rootBounds: DOMRectReadOnly | null

target

target: Element

time

time: number

Generated using TypeDoc