Releases: mrjasonweaver/flexnav
1.3.3
Added "hover/non-hover" option
'animationSpeed' : 250, // default drop animation speed
'transitionOpacity': true, // default opacity animation
'buttonSelector': '.menu-button', // default menu button class
'hoverIntent': false, // use with hoverIntent plugin
'hoverIntentTimeout': 150, // hoverIntent default timeout
'calcItemWidths': false, // dynamically calcs top level nav item widths
'hover': true // would you like hover support?
1.3.1
Cleaning up hovers.
Prefix show classes; Fix sm-to-lg screen hover bug
Calc menu item option
Adding option for Calculating number of top level nav items with js - defaults to false
Active classes for menu-button — Dynamic top item widths
Adds support for active classes on menu-button on click/tap. Plus dynamic widths for top level menu items (pulled in from v1.2.1).
Removed touchstart
Removing touchstart for fast clicks. This may be causing an issue with some Android browsers.
Hide menu with CSS.
No more "flash" of menu when page loads. Due to the overwhelming outcry by devs, I've decided to push out a quick css fix for this which hides the menu on small screens with css using opacity: 0;
. TODO: Find better solution.
Timeout Flags Stop Double Event Fires
Adds timeout flags to aid in stopping double touch/click events for some Android browsers
Bug fix
Fixes hover out issue when user clicks arrow on large screens
Version 1.0 Release
Merge pull request #56 from indyplanets/v1 V1 Release