Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fadeOutAll
Method · 0.80
fadeOutAllNonPersistent
Method · 0.80
_startFadeOutTransition
Method · 0.80
_onPointerUp
Method · 0.80
ripple.spec.ts
File · 0.80
_hideRipple
Method · 0.80
Calls
1
fadeOutRipple
Method · 0.80
Tested by
no test coverage detected