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