CHANGELOG.txt |
CHANGELOG.txt |
|
Mobile sliding menu 7.x-1.2, 2014-04-01
---------------------------------------
- Adds hooks so that allow to define mmenu effects such as mm-fullscreen,
mm-slide, mm-zoom-menu,mm-zoom-page and mm-zoom-panels.
- hook_mmenu_effect
-… |
demo.css |
icons/mmenu/demo-files/demo.css |
|
body {
padding: 0;
margin: 0;
font-family: sans-serif;
font-size: 1em;
line-height: 1.5;
color: #555;
background: #fff;
}
h1 {
font-size: 1.5em;
font-weight: normal;
}
small {
font-size: .66666667em;
}
a {
color: #e74c3c;
text-decoration:… |
IcoMoon Demo |
icons/mmenu/demo.html |
|
IcoMoon Demo |
mm-basic.css |
classes/mm-basic/css/mm-basic.css |
|
/* Mmenu transition */
html.mm-basic .mm-page,
html.mm-basic #mm-blocker,
html.mm-basic .mm-fixed-top,
html.mm-basic .mm-fixed-bottom,
html.mm-basic .mm-menu.mm-horizontal > .mm-panel {
-webkit-transition: none 0.2s linear;
-moz-transition:… |
mm-fresh.css |
classes/mm-fresh/css/mm-fresh.css |
|
/* Mmenu transition */
html.mm-fresh .mm-page,
html.mm-fresh #mm-blocker,
html.mm-fresh .mm-fixed-top,
html.mm-fresh .mm-fixed-bottom,
html.mm-fresh .mm-menu.mm-horizontal > .mm-panel {
-webkit-transition: none 0.2s linear;
-moz-transition:… |
mmenu.admin.inc |
mmenu.admin.inc |
|
Mmenu administration menu items. |
mmenu.api.php |
mmenu.api.php |
|
Hooks provided by mmenu module. |
mmenu.css |
icons/mmenu/mmenu.css |
|
@font-face {
font-family: 'mmenu';
src:url('fonts/mmenu.eot');
src:url('fonts/mmenu.eot?#iefix') format('embedded-opentype'),
url('fonts/mmenu.woff')… |
mmenu.info |
mmenu.info |
|
name = Mobile sliding menu
description = "For creating slick, app look-alike sliding menus for you mobile website with only one line of javascript."
dependencies[] = jquery_update
dependencies[] = libraries
core = 7.x
configure =… |
mmenu.install |
mmenu.install |
|
Install and uninstall functions for the mobile sliding menu module. |
mmenu.module |
mmenu.module |
|
Primarily Drupal hooks and global API functions to manipulate mmenus. |
mmenu.tpl.php |
tpl/mmenu.tpl.php |
|
Default theme implementation to display a mmenu. |
mmenu_example.custom.css |
examples/css/mmenu_example.custom.css |
|
|
Read Me.txt |
icons/mmenu/Read Me.txt |
|
Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
You can import… |
README.txt |
README.txt |
|
ABOUT
--------------------------------------------------------------------------------
The mobile sliding menu module integrates the mmenu jQuery plugin
for creating slick, app look-alike sliding menus for you mobile… |
style.css |
icons/mmenu/style.css |
|
@font-face {
font-family: 'mmenu';
src:url('fonts/mmenu.eot');
src:url('fonts/mmenu.eot?#iefix') format('embedded-opentype'),
url('fonts/mmenu.woff')… |