MCPcopy
hub / github.com/imbhargav5/rooks / AnimationOptions

Interface AnimationOptions

packages/rooks/src/hooks/useAnimation.ts:12–17  ·  view source on GitHub ↗

* Animation options

Source from the content-addressed store, hash-verified

10 * Animation options
11 */
12interface AnimationOptions {
13 duration: number;
14 easing?: EasingFunction;
15 delay?: number;
16 loop?: boolean;
17}
18
19let hasWarnedDeprecation = false;
20

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…