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

Function isAnimating

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

Source from the content-addressed store, hash-verified

153 * menu is currently animating.
154 */
155 const isAnimating = async (): Promise<boolean> => {
156 await waitUntilReady();
157 return isAnimatingSync();
158 };
159
160 const registerAnimation = (name: string, animation: AnimationBuilder) => {
161 menuAnimations.set(name, animation);

Callers

nothing calls this directly

Calls 2

waitUntilReadyFunction · 0.85
isAnimatingSyncFunction · 0.85

Tested by

no test coverage detected