mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
nav progress
This commit is contained in:
@@ -17,6 +17,6 @@ export class FirstPage {
|
||||
}
|
||||
|
||||
push() {
|
||||
this.nav.push(SecondPage);
|
||||
this.nav.push(SecondPage, { animation: 'none' });
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,6 +20,6 @@ export class SecondPage {
|
||||
this.nav.pop();
|
||||
}
|
||||
push() {
|
||||
this.nav.push(ThirdPage);
|
||||
this.nav.push(ThirdPage, { animation: 'none' });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user