MCPcopy Index your code
hub / github.com/angular/components / _handleAnimationEnd

Method _handleAnimationEnd

src/material/tooltip/tooltip.ts:1114–1118  ·  view source on GitHub ↗

Event listener dispatched when an animation on the tooltip finishes.

({animationName}: AnimationEvent)

Source from the content-addressed store, hash-verified

1112
1113 /** Event listener dispatched when an animation on the tooltip finishes. */
1114 _handleAnimationEnd({animationName}: AnimationEvent) {
1115 if (animationName === this._showAnimation || animationName === this._hideAnimation) {
1116 this._finalizeAnimation(animationName === this._showAnimation);
1117 }
1118 }
1119
1120 /** Cancels any pending animation sequences. */
1121 _cancelPendingAnimations() {

Callers

nothing calls this directly

Calls 1

_finalizeAnimationMethod · 0.95

Tested by

no test coverage detected