ZoomEffect interface exported
Last updated: 2026-03-05T20:47:10.119Z
Metrics
LOC: 11
Complexity: 1
Params: 0
Signature
interface ZoomEffect
Source Code
export interface ZoomEffect {
kind: "zoom";
/** How much to zoom the viewport towards the element (default: 1.4) */
scale?: number;
/** Hold zoom for this many ms. Use 0 or Infinity for indefinite zoom (e.g., during typing).
* (default: 1200)
*/
duration?: number;
/** When to run relative to the action (default: "during") */
timing?: EffectTiming;
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| applyZoomEffect | uses |