mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
10 lines
244 B
HTML
10 lines
244 B
HTML
|
|
<ion-content padding>
|
|
<button class="e2eOpenModal" (click)="openModal()">Modal: Default Animation</button>
|
|
</ion-content>
|
|
|
|
<ion-content padding>
|
|
<button (click)="openModalCustomAnimation()">Modal: Custom Animation</button>
|
|
</ion-content>
|
|
|