FlipParams Type — svelte Architecture
Architecture documentation for the FlipParams type/interface in public.d.ts from the svelte codebase.
Entity Profile
Dependency Diagram
graph TD 2875b556_5903_4a0c_6a4c_32f21b980708["FlipParams"] 1b6ef2b3_4c7c_51d0_4c77_79472b64f63f["public.d.ts"] 2875b556_5903_4a0c_6a4c_32f21b980708 -->|defined in| 1b6ef2b3_4c7c_51d0_4c77_79472b64f63f style 2875b556_5903_4a0c_6a4c_32f21b980708 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/svelte/src/animate/public.d.ts lines 10–14
export interface FlipParams {
delay?: number;
duration?: number | ((len: number) => number);
easing?: (t: number) => number;
}
Defined In
Source
Frequently Asked Questions
What is the FlipParams type?
FlipParams is a type/interface in the svelte codebase, defined in packages/svelte/src/animate/public.d.ts.
Where is FlipParams defined?
FlipParams is defined in packages/svelte/src/animate/public.d.ts at line 10.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free