mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
fix(angular): disable transition heuristics by default
This commit is contained in:

committed by
Manu MA

parent
4c525fd9f7
commit
d9172b7d68
@ -53,8 +53,8 @@ export class StackController {
|
||||
|
||||
startBackTransition() {
|
||||
this.transition(
|
||||
this.views[this.views.length - 2],
|
||||
this.views[this.views.length - 1],
|
||||
this.views[this.views.length - 2], // entering view
|
||||
this.views[this.views.length - 1], // leaving view
|
||||
-1,
|
||||
true,
|
||||
true,
|
||||
|
Reference in New Issue
Block a user