MCPcopy Index your code
hub / github.com/angular/angular / init

Method init

packages/animations/src/players/animation_player.ts:47–47  ·  view source on GitHub ↗

* Initializes the animation.

()

Source from the content-addressed store, hash-verified

45 * Initializes the animation.
46 */
47 init(): void;
48 /**
49 * Reports whether the animation has started.
50 * @returns True if the animation has started, false otherwise.

Callers 6

initMethod · 0.65
commandMethod · 0.65
initMethod · 0.65
initMethod · 0.65

Implementers 5

TransitionAnimationPlayerpackages/animations/browser/src/render
WebAnimationsPlayerpackages/animations/browser/src/render
RendererAnimationPlayerpackages/animations/src/animation_buil
AnimationGroupPlayerpackages/animations/src/players/animat
NoopAnimationPlayerpackages/animations/src/players/animat

Calls

no outgoing calls

Tested by

no test coverage detected