MCPcopy Index your code
hub / github.com/ionic-team/ionic-framework / removeRipple

Function removeRipple

core/src/utils/tap-click/index.ts:97–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 };
96
97 const removeRipple = () => {
98 if (activeRipple !== undefined) {
99 activeRipple.then((remove) => remove());
100 activeRipple = undefined;
101 }
102 };
103
104 const removeActivated = (smooth: boolean) => {
105 removeRipple();

Callers 2

addActivatedFunction · 0.70
removeActivatedFunction · 0.70

Calls 1

removeFunction · 0.50

Tested by

no test coverage detected