Home / Type/ FlyParams Type — svelte Architecture

FlyParams Type — svelte Architecture

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

Entity Profile

Dependency Diagram

graph TD
  0f048061_8f41_09e8_2adb_3aa7bc2c8f83["FlyParams"]
  d3a31584_7cc7_9d3b_57f4_4b0df571ed67["public.d.ts"]
  0f048061_8f41_09e8_2adb_3aa7bc2c8f83 -->|defined in| d3a31584_7cc7_9d3b_57f4_4b0df571ed67
  style 0f048061_8f41_09e8_2adb_3aa7bc2c8f83 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/svelte/src/transition/public.d.ts lines 25–32

export interface FlyParams {
	delay?: number;
	duration?: number;
	easing?: EasingFunction;
	x?: number | string;
	y?: number | string;
	opacity?: number;
}

Frequently Asked Questions

What is the FlyParams type?
FlyParams is a type/interface in the svelte codebase, defined in packages/svelte/src/transition/public.d.ts.
Where is FlyParams defined?
FlyParams is defined in packages/svelte/src/transition/public.d.ts at line 25.

Analyze Your Own Codebase

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

Try Supermodel Free