You are here

Files in Mobile sliding menu 7.3

Primary tabs

File namesort descending Location Namespace Description
CHANGELOG.txt CHANGELOG.txt Mobile sliding menu 7.x-3.0 --------------------------------------- - Issue #2683487 by carsato: fixed mmenu localized i18n links. - Issue #2505657 by avisconti: added mmenu widescreen, iconbar extensions. - Modifies mmenu module to support…
effect-menu-slide.css extensions/effects/effect-menu-slide/styles/effect-menu-slide.css /* mm-effect-menu-slide */ .mm-menu.mm-effect-menu-slide { transition: transform 0.4s ease; } html.mm-opened .mm-menu.mm-effect-menu-slide { transform: translate3d(-100%, 0, 0); } html.mm-opening .mm-menu.mm-effect-menu-slide { transform:…
mmenu.admin.inc mmenu.admin.inc Mmenu administration menu items.
mmenu.api.php mmenu.api.php Hooks provided by mmenu module.
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.
pageshadow.css extensions/pageshadow/styles/pageshadow.css .mm-menu.mm-pageshadow { overflow: hidden; } .mm-menu.mm-pageshadow:after { content: ""; display: block; width: 20px; height: 120%; position: absolute; left: 100%; top: -10%; z-index: 99; visibility:…
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…
theme-dark.css extensions/themes/theme-dark/styles/theme-dark.css .mm-menu.mm-theme-dark { background: #32394a; color: #fff; font-family: Helvetica, sans-serif; z-index: 10000; } .mm-menu.mm-theme-dark > .mm-navbar { background-image:…
theme-light.css extensions/themes/theme-light/styles/theme-light.css .mm-menu.mm-theme-light { background: #f3f3f3; color: #000; font-family: Helvetica, sans-serif; z-index: 10000; } .mm-menu.mm-theme-light > .mm-navbar { background-image:…

Other projects