diff --git a/angular/src/directives/navigation/router-controller.ts b/angular/src/directives/navigation/router-controller.ts index 4279c4a68a..b57d83172a 100644 --- a/angular/src/directives/navigation/router-controller.ts +++ b/angular/src/directives/navigation/router-controller.ts @@ -100,7 +100,7 @@ export class StackController { const leavingEl = leavingView ? leavingView.element : undefined; const containerEl = this.containerEl; if (enteringEl && enteringEl !== leavingEl) { - enteringEl.classList.add('ion-page', 'hide-page'); + enteringEl.classList.add('ion-page', 'ion-page-invisible'); containerEl.appendChild(enteringEl); await containerEl.componentOnReady();