MCPcopy Create free account
hub / github.com/angular/angular / visitGroup

Method visitGroup

packages/animations/browser/src/dsl/animation_ast.ts:20–20  ·  view source on GitHub ↗
(ast: GroupAst, context: any)

Source from the content-addressed store, hash-verified

18 visitTransition(ast: TransitionAst, context: any): any;
19 visitSequence(ast: SequenceAst, context: any): any;
20 visitGroup(ast: GroupAst, context: any): any;
21 visitAnimate(ast: AnimateAst, context: any): any;
22 visitStyle(ast: StyleAst, context: any): any;
23 visitKeyframes(ast: KeyframesAst, context: any): any;

Callers 1

visitDslNodeFunction · 0.65

Implementers 1

AnimationTimelineBuilderVisitorpackages/animations/browser/src/dsl/an

Calls

no outgoing calls

Tested by

no test coverage detected