MCPcopy Create free account
hub / github.com/ionic-team/ionic-framework / onWillStart

Method onWillStart

core/src/components/menu/menu.tsx:571–574  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

569 }
570
571 private onWillStart(): Promise<void> {
572 this.beforeAnimation(!this._isOpen, GESTURE);
573 return this.loadAnimation();
574 }
575
576 private onStart() {
577 if (!this.isAnimating || !this.animation) {

Callers 1

connectedCallbackMethod · 0.95

Calls 2

beforeAnimationMethod · 0.95
loadAnimationMethod · 0.95

Tested by

no test coverage detected