import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { IntersectionObserverEntry } = dom;
This Intersection Observer API interface describes the intersection between the target element and its root container at a specific moment of transition.
Properties
readonly
boundingClientRect: DOMRectReadOnlyreadonly
intersectionRect: DOMRectReadOnlyreadonly
rootBounds: DOMRectReadOnly | nullreadonly
target: Element