TransitionAnimationPair Type — astro Architecture
Architecture documentation for the TransitionAnimationPair type/interface in view-transitions.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD baf69a1e_be51_e3a1_3f35_d19d03efecf1["TransitionAnimationPair"] 83b9a432_cb59_d6d8_a07a_806a3dc201bf["view-transitions.ts"] baf69a1e_be51_e3a1_3f35_d19d03efecf1 -->|defined in| 83b9a432_cb59_d6d8_a07a_806a3dc201bf style baf69a1e_be51_e3a1_3f35_d19d03efecf1 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/types/public/view-transitions.ts lines 15–18
export interface TransitionAnimationPair {
old: TransitionAnimation | TransitionAnimation[];
new: TransitionAnimation | TransitionAnimation[];
}
Source
Frequently Asked Questions
What is the TransitionAnimationPair type?
TransitionAnimationPair is a type/interface in the astro codebase, defined in packages/astro/src/types/public/view-transitions.ts.
Where is TransitionAnimationPair defined?
TransitionAnimationPair is defined in packages/astro/src/types/public/view-transitions.ts at line 15.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free