MCPcopy
hub / github.com/ionic-team/ionic-framework / callback

Function callback

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

Source from the content-addressed store, hash-verified

69
70 el.classList.remove(ACTIVATED);
71 const callback = () => {
72 addActivated(el, x, y);
73 activeDefer = undefined;
74 };
75
76 if (isInstant(el)) {
77 callback();

Callers 6

setActivatedElementFunction · 0.70
onTransitionEndFunction · 0.50
componentOnReadyFunction · 0.50
handlerFunction · 0.50
beforeAnimationFunction · 0.50
afterAnimationFunction · 0.50

Calls 1

addActivatedFunction · 0.85

Tested by

no test coverage detected