Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70435

How to create a smooth transition when moving from modal to another page in Ionic 5 app?

$
0
0

@Sweg wrote:

In my Ionic 5 / Angular app, I am trying to navigate from a Modal to another page in the app.

I’m able to navigate & close the modal, but the transition isn’t smooth.

I don’t know how to explain it exactly, but it just doesn’t look right.

Here is the button on my modal:

<ion-button color="primary" (click)="onSendMessage()">Send Message</ion-button>

onSendMessage() {
    this.modalCtrl.dismiss(null, 'cancel'); //
    this.router.navigateByUrl('conversation-list'); // need to smoothen out this transition
  }

As I said, this works "functionality-wise", but is there a way to make the smooth transition?

Thanks a lot!

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 70435

Trending Articles