Home / Type/ TransitionAnimation Type — astro Architecture

TransitionAnimation Type — astro Architecture

Architecture documentation for the TransitionAnimation type/interface in view-transitions.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  a4da315a_5c0c_960f_a36c_c4289a228c66["TransitionAnimation"]
  83b9a432_cb59_d6d8_a07a_806a3dc201bf["view-transitions.ts"]
  a4da315a_5c0c_960f_a36c_c4289a228c66 -->|defined in| 83b9a432_cb59_d6d8_a07a_806a3dc201bf
  style a4da315a_5c0c_960f_a36c_c4289a228c66 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/types/public/view-transitions.ts lines 6–13

export interface TransitionAnimation {
	name: string; // The name of the keyframe
	delay?: number | string;
	duration?: number | string;
	easing?: string;
	fillMode?: string;
	direction?: string;
}

Frequently Asked Questions

What is the TransitionAnimation type?
TransitionAnimation is a type/interface in the astro codebase, defined in packages/astro/src/types/public/view-transitions.ts.
Where is TransitionAnimation defined?
TransitionAnimation is defined in packages/astro/src/types/public/view-transitions.ts at line 6.

Analyze Your Own Codebase

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

Try Supermodel Free