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

Method onDone

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

* Provides a callback to invoke when the animation finishes. * @param fn The callback function. * @see #finish

(fn: () => void)

Source from the content-addressed store, hash-verified

28 * @see {@link #finish}
29 */
30 onDone(fn: () => void): void;
31 /**
32 * Provides a callback to invoke when the animation starts.
33 * @param fn The callback function.

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