MCPcopy
hub / github.com/formkit/auto-animate / Coordinates

Interface Coordinates

src/index.ts:4–9  ·  view source on GitHub ↗

* Absolute coordinate positions adjusted for scroll.

Source from the content-addressed store, hash-verified

2 * Absolute coordinate positions adjusted for scroll.
3 */
4interface Coordinates {
5 top: number
6 left: number
7 width: number
8 height: number
9}
10
11/**
12 * Allows start/stop control of the animation

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…