mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
6
js/angular/directive/navView.js
vendored
6
js/angular/directive/navView.js
vendored
@@ -32,12 +32,14 @@
|
||||
* the {@link ionic.directive:ionNavBar} directive that updates as we navigate through the
|
||||
* navigation stack.
|
||||
*
|
||||
* You can use any [animation class](/docs/components#animation) on the navView to have its pages slide.
|
||||
* You can use any [animation class](/docs/components#animation) on the navView's `animation` attribute
|
||||
* to have its pages animate.
|
||||
*
|
||||
* Recommended for page transitions: 'slide-left-right', 'slide-left-right-ios7', 'slide-in-up'.
|
||||
*
|
||||
* ```html
|
||||
* <ion-nav-bar></ion-nav-bar>
|
||||
* <ion-nav-view class="slide-left-right">
|
||||
* <ion-nav-view animation="slide-left-right">
|
||||
* <!-- Center content -->
|
||||
* </ion-nav-view>
|
||||
* ```
|
||||
|
||||
Reference in New Issue
Block a user