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

Method onStart

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

Source from the content-addressed store, hash-verified

574 }
575
576 private onStart() {
577 if (!this.isAnimating || !this.animation) {
578 assert(false, 'isAnimating has to be true');
579 return;
580 }
581
582 // the cloned animation should not use an easing curve during seek
583 (this.animation as Animation).progressStart(true, this._isOpen ? 1 : 0);
584 }
585
586 private onMove(detail: GestureDetail) {
587 if (!this.isAnimating || !this.animation) {

Callers 1

connectedCallbackMethod · 0.95

Calls 2

assertFunction · 0.90
progressStartMethod · 0.80

Tested by

no test coverage detected