ShakeEffect interface exported

Last updated: 2026-03-05T20:47:10.119Z

Metrics

LOC: 9 Complexity: 1 Params: 0

Signature

interface ShakeEffect

Source Code

export interface ShakeEffect {
  kind: "shake";
  /** Number of shake oscillations (default: 3) */
  intensity?: number;
  /** Animation duration in ms (default: 500) */
  duration?: number;
  /** When to run relative to the action (default: "after") */
  timing?: EffectTiming;
}

No outgoing dependencies.

Impact (Incoming)

graph LR ShakeEffect["ShakeEffect"] applyShakeEffect["applyShakeEffect"] applyShakeEffect -->|uses| ShakeEffect style ShakeEffect fill:#dbeafe,stroke:#2563eb,stroke-width:2px click ShakeEffect "ec9e2b2bf308ba04.html" click applyShakeEffect "72ddf7c2c41fe8d9.html"
SourceType
applyShakeEffect uses