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

Method finish

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

* Ends the animation, invoking the `onDone()` callback.

()

Source from the content-addressed store, hash-verified

66 * Ends the animation, invoking the `onDone()` callback.
67 */
68 finish(): void;
69 /**
70 * Destroys the animation, after invoking the `beforeDestroy()` callback.
71 * Calls the `onDestroy()` callback when destruction is completed.

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