MCPcopy Create free account
hub / github.com/angular/components / fadeOut

Method fadeOut

src/material/core/ripple/ripple-ref.ts:55–57  ·  view source on GitHub ↗

Fades out the ripple element.

()

Source from the content-addressed store, hash-verified

53
54 /** Fades out the ripple element. */
55 fadeOut() {
56 this._renderer.fadeOutRipple(this);
57 }
58}

Callers 6

fadeOutAllMethod · 0.80
_onPointerUpMethod · 0.80
ripple.spec.tsFile · 0.80
_hideRippleMethod · 0.80

Calls 1

fadeOutRippleMethod · 0.80

Tested by

no test coverage detected