在 Onsen UI ( http://onsenui.io/ ) 中,ons.screen.presentPage 的默认转换包含从底部移动到顶部的页面。我有一个特殊情况,仅对于其中一个页面,我需要新页面以淡入显示。如何仅为其中一个页面更改 presentPage 的默认转换?
<!-- connect.html should fade in after a click on the button -->
<ons-button ng-click="ons.screen.presentPage('connect.html')">
Next
</ons-button>