Home / Type/ TransitionAnimationValue Type — astro Architecture

TransitionAnimationValue Type — astro Architecture

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

packages/astro/src/types/public/view-transitions.ts lines 25–30

export type TransitionAnimationValue =
	| 'initial'
	| 'slide'
	| 'fade'
	| 'none'
	| TransitionDirectionalAnimations;

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free