Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mui
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
mui
Commits
229702f3
Commit
229702f3
authored
Aug 18, 2014
by
hbcui1984
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iOS平台窗口切换动画默认修改为200毫秒
parent
7b37a527
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
6 deletions
+10
-6
css/mui.css
css/mui.css
+1
-1
css/mui.min.css
css/mui.min.css
+1
-1
js/mui.js
js/mui.js
+6
-2
js/mui.min.js
js/mui.min.js
+2
-2
No files found.
css/mui.css
View file @
229702f3
/*!
* =====================================================
* Mui v0.5.
0
(https://github.com/dcloudio/mui)
* Mui v0.5.
1
(https://github.com/dcloudio/mui)
* =====================================================
*/
...
...
css/mui.min.css
View file @
229702f3
This diff is collapsed.
Click to expand it.
js/mui.js
View file @
229702f3
/*!
* =====================================================
* Mui v0.5.
0
(https://github.com/dcloudio/mui)
* Mui v0.5.
1
(https://github.com/dcloudio/mui)
* =====================================================
*/
/**
...
...
@@ -950,9 +950,13 @@ window.mui = mui;
* 窗口显示配置
*/
$
.
showOptions
=
function
(
options
)
{
var
duration
=
100
;
if
(
$
.
os
.
ios
){
duration
=
200
;
}
return
$
.
extend
({
aniShow
:
'
slide-in-right
'
,
duration
:
100
duration
:
duration
},
options
);
};
/**
...
...
js/mui.min.js
View file @
229702f3
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment