
- Description: Drop-down menu jQuery plugin for responsive layouts
- Repository: github.com/jbowyers/responsive-menu
- Demo: responsive-menu.com
- Bower: jquery-responsive-menu
- Requires: jQuery
- Author: jbowyers
- Copyright: 2015 jbowyers
- License: GPLv3
Demo
Visit responsive-menu.com to view a responsive demo
Features
Theme class options
Options: rm-lighten, rm-darken.
rm-lighten theme lightens menu item backgrounds and is best used if your design requires a dark menu background color.
rm-darken theme darkens menu item backgrounds and is best used if your design required a light menu background color.
You can set the menu background color to any color to work with the chosen theme.
jQuery Plugin Options
- minWidth – Minimum width for expanded layout in pixels – String
- transitionSpeed – The opening and closing speed of the menus in milliseconds
- jqueryEasing – The jQuery easing function – used with jQuery transitions
- css3Easing – The CSS3 transitions easing function – used with CSS3 transitions
- toggleBtnBool – Use button as Toggle Link – instead of text
- toggleSel – The Toggle Link selector
- containerClass – The class the plugin adds to the container of the nav element
- parentClass – The class applied to menu items that contain a sub-menu
- expandedClass – The class applied to container element to trigger expanded layout
- contractedClass – The class applied to container element to trigger contracted layout
- animateClass – Use CSS3 animation/transitions class name
- accelerateClass – Force GPU Acceleration class name
- developmentMode – Use development mode – outputs information to console
Dependencies
jQuery, Modernizr (optional)
Task Managers
Gruntfile.js and package.json files are included for using Grunt.