Home / Type/ AnimationConfig Type — svelte Architecture

AnimationConfig Type — svelte Architecture

Architecture documentation for the AnimationConfig type/interface in public.d.ts from the svelte codebase.

Entity Profile

Dependency Diagram

graph TD
  15acd1aa_d35c_1bf7_f225_1701fcf6a917["AnimationConfig"]
  1b6ef2b3_4c7c_51d0_4c77_79472b64f63f["public.d.ts"]
  15acd1aa_d35c_1bf7_f225_1701fcf6a917 -->|defined in| 1b6ef2b3_4c7c_51d0_4c77_79472b64f63f
  style 15acd1aa_d35c_1bf7_f225_1701fcf6a917 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/src/animate/public.d.ts lines 2–8

export interface AnimationConfig {
	delay?: number;
	duration?: number;
	easing?: (t: number) => number;
	css?: (t: number, u: number) => string;
	tick?: (t: number, u: number) => void;
}

Frequently Asked Questions

What is the AnimationConfig type?
AnimationConfig is a type/interface in the svelte codebase, defined in packages/svelte/src/animate/public.d.ts.
Where is AnimationConfig defined?
AnimationConfig is defined in packages/svelte/src/animate/public.d.ts at line 2.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free