mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
perf(many): reduce delay when performing overlay or page transitions (#26189)
resolves #24346
This commit is contained in:
@ -271,7 +271,6 @@ export class StackController {
|
||||
|
||||
if ((containerEl as any).commit) {
|
||||
return containerEl.commit(enteringEl, leavingEl, {
|
||||
deepWait: true,
|
||||
duration: direction === undefined ? 0 : undefined,
|
||||
direction,
|
||||
showGoBack,
|
||||
|
Reference in New Issue
Block a user