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

Method reset

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

* Resets the animation to its initial state.

()

Source from the content-addressed store, hash-verified

75 * Resets the animation to its initial state.
76 */
77 reset(): void;
78 /**
79 * Sets the position of the animation.
80 * @param position A fractional value, representing the progress through the animation.

Callers 5

resetMethod · 0.65
commandMethod · 0.65
resetMethod · 0.65
resetMethod · 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