Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>IntersectionObserverEntry

Advanced Web Composition for Future
Latest
interface IntersectionObserverEntry
import { type IntersectionObserverEntry } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

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

Properties

readonly
boundingClientRect: DOMRectReadOnly
readonly
intersectionRatio: number
readonly
intersectionRect: DOMRectReadOnly
readonly
isIntersecting: boolean
readonly
rootBounds: DOMRectReadOnly | null
readonly
target: Element
readonly
time: number