mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
transition updates
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
<h1>First Page</h1>
|
||||
<h1 style="background:blue">First Page</h1>
|
||||
|
||||
<p>
|
||||
<button (click)="push()">Push (Go to 2nd)</button>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
<h1>Second Page</h1>
|
||||
<h1 style="background:green">Second Page</h1>
|
||||
|
||||
<p>
|
||||
<button (click)="pop()">Pop (Go back to 1st)</button>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
<h1>Third Page</h1>
|
||||
<h1 style="background:yellow">Third Page</h1>
|
||||
|
||||
<p>
|
||||
<button (click)="pop()">Pop (Go back to 2nd)</button>
|
||||
|
||||
Reference in New Issue
Block a user