MCPcopy
hub / github.com/alexmacarthur/typeit / CursorAnimationOptions

Interface CursorAnimationOptions

packages/typeit/src/types.ts:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4};
5
6export interface CursorAnimationOptions {
7 frames?: AnimationKeyFrame[];
8 options?: Partial<AnimationEffectTiming>;
9}
10
11export interface CursorOptions {
12 autoPause?: boolean;

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…