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

Method onStart

core/src/components/nav/nav.tsx:1053–1056  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1051 }
1052
1053 private onStart() {
1054 this.gestureOrAnimationInProgress = true;
1055 this.pop({ direction: 'back', progressAnimation: true });
1056 }
1057
1058 private onMove(stepValue: number) {
1059 if (this.sbAni) {

Callers

nothing calls this directly

Calls 1

popMethod · 0.95

Tested by

no test coverage detected