配置属性 |
ios 默认值 |
md 安卓默认值 |
wp 默认值 |
activator (按钮点击效果) |
"highlight" |
"ripple" (浪花) |
"highlight" |
actionSheetEnter |
"action-sheet-slide-in" |
"action-sheet-md-slide-in" |
"action-sheet-wp-slide-in" |
actionSheetLeave |
"action-sheet-slide-out" |
"action-sheet-md-slide-out" |
"action-sheet-wp-slide-out" |
alertEnter |
"alert-pop-in" |
"alert-md-pop-in" |
"alert-wp-pop-in" |
alertLeave |
"alert-pop-out" |
"alert-md-pop-out" |
"alert-wp-pop-out" |
backButtonText |
"Back" |
"" |
"" |
backButtonIcon |
"ios-arrow-back" |
"md-arrow-back" |
"ios-arrow-back" |
iconMode |
"ios" |
"md" |
"ios" |
loadingEnter |
"loading-pop-in" |
"loading-md-pop-in" |
"loading-wp-pop-in" |
loadingLeave |
"loading-pop-out" |
"loading-md-pop-out" |
"loading-wp-pop-out" |
menuType |
"reveal" |
"overlay" |
"overlay" |
modalEnter |
"modal-slide-in" |
"modal-md-slide-in" |
"modal-md-slide-in" |
modalLeave |
"modal-slide-out" |
"modal-md-slide-out" |
"modal-md-slide-out" |
pageTransition |
"ios-transition" |
"md-transition" |
"wp-transition" |
pageTransitionDelay |
16 |
96 |
96 |
pickerEnter |
"picker-slide-in" |
"picker-slide-in" |
"picker-slide-in" |
pickerLeave |
"picker-slide-out" |
"picker-slide-out" |
"picker-slide-out" |
popoverEnter |
"popover-pop-in" |
"popover-md-pop-in" |
"popover-md-pop-in" |
popoverLeave |
"popover-pop-out" |
"popover-md-pop-out" |
"popover-md-pop-out" |
spinner |
"ios" |
"crescent" |
"circles" |
tabsHighlight |
false |
false |
false |
tabsLayout |
"icon-top" |
"icon-top" |
"icon-top" |
tabsPlacement |
"bottom" |
"bottom" |
"top" |
tabsHideOnSubPages |
false |
false |
true |
toastEnter |
"toast-slide-in" |
"toast-md-slide-in" |
"toast-wp-slide-in" |
toastLeave |
"toast-slide-out" |
"toast-md-slide-out" |
"toast-wp-slide-out" |
通过direction可以控制页面是从左往右还是从右往左
goPage( ) {
this.nav.push(Page,{},{animate: true, direction: 'back'});
}
goBack() {
this.nav.pop({animate: true, direction: 'forward'})
}
配置属性 |
ios 默认值 |
md 安卓默认值 |
wp 默认值 |
activator (按钮点击效果) |
"highlight" |
"ripple" (浪花) |
"highlight" |
actionSheetEnter |
"action-sheet-slide-in" |
"action-sheet-md-slide-in" |
"action-sheet-wp-slide-in" |
actionSheetLeave |
"action-sheet-slide-out" |
"action-sheet-md-slide-out" |
"action-sheet-wp-slide-out" |
alertEnter |
"alert-pop-in" |
"alert-md-pop-in" |
"alert-wp-pop-in" |
alertLeave |
"alert-pop-out" |
"alert-md-pop-out" |
"alert-wp-pop-out" |
backButtonText |
"Back" |
"" |
"" |
backButtonIcon |
"ios-arrow-back" |
"md-arrow-back" |
"ios-arrow-back" |
iconMode |
"ios" |
"md" |
"ios" |
loadingEnter |
"loading-pop-in" |
"loading-md-pop-in" |
"loading-wp-pop-in" |
loadingLeave |
"loading-pop-out" |
"loading-md-pop-out" |
"loading-wp-pop-out" |
menuType |
"reveal" |
"overlay" |
"overlay" |
modalEnter |
"modal-slide-in" |
"modal-md-slide-in" |
"modal-md-slide-in" |
modalLeave |
"modal-slide-out" |
"modal-md-slide-out" |
"modal-md-slide-out" |
pageTransition |
"ios-transition" |
"md-transition" |
"wp-transition" |
pageTransitionDelay |
16 |
96 |
96 |
pickerEnter |
"picker-slide-in" |
"picker-slide-in" |
"picker-slide-in" |
pickerLeave |
"picker-slide-out" |
"picker-slide-out" |
"picker-slide-out" |
popoverEnter |
"popover-pop-in" |
"popover-md-pop-in" |
"popover-md-pop-in" |
popoverLeave |
"popover-pop-out" |
"popover-md-pop-out" |
"popover-md-pop-out" |
spinner |
"ios" |
"crescent" |
"circles" |
tabsHighlight |
false |
false |
false |
tabsLayout |
"icon-top" |
"icon-top" |
"icon-top" |
tabsPlacement |
"bottom" |
"bottom" |
"top" |
tabsHideOnSubPages |
false |
false |
true |
toastEnter |
"toast-slide-in" |
"toast-md-slide-in" |
"toast-wp-slide-in" |
toastLeave |
"toast-slide-out" |
"toast-md-slide-out" |
"toast-wp-slide-out" |
网友评论