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

Function isAnimatingSync

core/src/utils/menu-controller/index.ts:208–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206 };
207
208 const isAnimatingSync = (): boolean => {
209 return menus.some((menu) => menu.isAnimating);
210 };
211
212 const find = (predicate: (menu: MenuI) => boolean): HTMLIonMenuElement | undefined => {
213 const instance = menus.find(predicate);

Callers 2

isAnimatingFunction · 0.85
_setOpenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected