Skip to content

Commit

Permalink
webview模式的选项卡子页面切换时,不需要动画
Browse files Browse the repository at this point in the history
  • Loading branch information
hbcui1984 committed May 5, 2015
1 parent 5ee698c commit 74d7910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello-mui/examples/tab-webview-main.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h1 id="title" class="mui-title">首页</h1>
//更换标题
title.innerHTML = this.querySelector('.mui-tab-label').innerHTML;
//显示目标选项卡
plus.webview.show(targetTab, 'slide-in-right', 200);
plus.webview.show(targetTab);
//隐藏当前;
plus.webview.hide(activeTab);
//更改当前活跃的选项卡
Expand Down

0 comments on commit 74d7910

Please sign in to comment.