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

Function isInstant

core/src/utils/tap-click/index.ts:165–167  ·  view source on GitHub ↗
(el: HTMLElement)

Source from the content-addressed store, hash-verified

163};
164
165const isInstant = (el: HTMLElement) => {
166 return el.classList.contains('ion-activatable-instant');
167};
168
169const getRippleEffect = (el: HTMLElement) => {
170 if (el.shadowRoot) {

Callers 2

setActivatedElementFunction · 0.85
removeActivatedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected