2

在 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>
4

1 回答 1

1

这不在 1.0 中,但我们在路线图中有它,api 将是 ons.screen.presentPage( url, { animation: 'fade' }

于 2014-02-05T23:27:18.790 回答