AnimationBuilder Type — astro Architecture
Architecture documentation for the AnimationBuilder type/interface in transition.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 3020574c_811d_6fa3_33aa_9100dde2e59b["AnimationBuilder"] f4a9c12d_07bd_6de6_237f_8553c55f6fef["transition.ts"] 3020574c_811d_6fa3_33aa_9100dde2e59b -->|defined in| f4a9c12d_07bd_6de6_237f_8553c55f6fef style 3020574c_811d_6fa3_33aa_9100dde2e59b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/runtime/server/transition.ts lines 201–204
type AnimationBuilder = {
toString(): string;
[key: string]: string[] | ((k: string) => string);
};
Source
Frequently Asked Questions
What is the AnimationBuilder type?
AnimationBuilder is a type/interface in the astro codebase, defined in packages/astro/src/runtime/server/transition.ts.
Where is AnimationBuilder defined?
AnimationBuilder is defined in packages/astro/src/runtime/server/transition.ts at line 201.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free