mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
11 lines
272 B
HTML
11 lines
272 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>
|
|
|
|
<ion-overlay></ion-overlay>
|