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
97f670a2
Commit
97f670a2
authored
Jan 24, 2015
by
hbcui1984
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
webview模式侧滑导航增加“主界面不动、菜单移动”的动画效果
parent
9ac0ae6d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
examples/hello-mui/examples/offcanvas-drag-left-plus-main.html
...les/hello-mui/examples/offcanvas-drag-left-plus-main.html
+3
-4
examples/hello-mui/examples/offcanvas-drag-right-plus-main.html
...es/hello-mui/examples/offcanvas-drag-right-plus-main.html
+3
-3
No files found.
examples/hello-mui/examples/offcanvas-drag-left-plus-main.html
View file @
97f670a2
...
...
@@ -48,14 +48,14 @@
<span
class=
"android-only"
>
4、Android手机按menu键;
</span>
</p>
<p
style=
"padding: 5px 20px;margin-bottom: 5px;"
>
<button
id=
"show-btn"
class=
"mui-btn mui-btn-primary mui-btn-block"
style=
"padding: 10px;"
>
<button
id=
"show-btn"
type=
"button"
class=
"mui-btn mui-btn-primary mui-btn-block"
style=
"padding: 10px;"
>
显示侧滑菜单
</button>
</p>
<p
class=
"mui-hidden"
>
侧滑菜单的移动动画,支持多种效果,切换如下选项体验不同动画效果:
</p>
<p
>
侧滑菜单的移动动画,支持多种效果,切换如下选项体验不同动画效果:
</p>
</div>
<form
class=
"mui-input-group
mui-hidden
"
style=
"margin-bottom: 15px;"
>
<form
class=
"mui-input-group"
style=
"margin-bottom: 15px;"
>
<div
class=
"mui-input-row mui-radio"
>
<label>
主界面移动、菜单不动
</label>
<input
name=
"style"
type=
"radio"
checked=
""
value=
"main-move"
>
...
...
@@ -162,7 +162,6 @@
}
});
});
console
.
log
(
'
menu-2:
'
+
menu
.
getStyle
().
left
+
'
,
'
+
menu
.
getStyle
().
zindex
);
break
;
case
'
all-move
'
:
main
.
setStyle
({
...
...
examples/hello-mui/examples/offcanvas-drag-right-plus-main.html
View file @
97f670a2
...
...
@@ -47,14 +47,14 @@
<span
class=
"android-only"
>
4、Android手机按menu键;
</span>
</p>
<p
style=
"padding: 5px 20px;margin-bottom: 5px;"
>
<button
id=
"show-btn"
class=
"mui-btn mui-btn-primary mui-btn-block"
style=
"padding: 10px;"
>
<button
id=
"show-btn"
type=
"button"
class=
"mui-btn mui-btn-primary mui-btn-block"
style=
"padding: 10px;"
>
显示侧滑菜单
</button>
</p>
<p
class=
"mui-hidden"
>
侧滑菜单的移动动画,支持多种效果,切换如下选项体验不同动画效果:
</p>
<p
>
侧滑菜单的移动动画,支持多种效果,切换如下选项体验不同动画效果:
</p>
</div>
<form
class=
"mui-input-group
mui-hidden
"
style=
"margin-bottom: 15px;"
>
<form
class=
"mui-input-group"
style=
"margin-bottom: 15px;"
>
<div
class=
"mui-input-row mui-radio"
>
<label>
主界面移动、菜单不动
</label>
<input
name=
"style"
type=
"radio"
checked=
""
value=
"main-move"
>
...
...
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