Skip to content

Releases: mrjasonweaver/flexnav

1.3.3

28 Nov 18:38
Compare
Choose a tag to compare

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

21 Nov 22:31
Compare
Choose a tag to compare

Cleaning up hovers.

Prefix show classes; Fix sm-to-lg screen hover bug

21 Nov 19:43
Compare
Choose a tag to compare
  • Adding prefix to show classes: flexnav-show #98
  • Fixing small-to-large-screen hover bug #62

Calc menu item option

10 Nov 17:41
Compare
Choose a tag to compare

Active classes for menu-button — Dynamic top item widths

05 Nov 09:39
Compare
Choose a tag to compare

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

06 Oct 06:47
Compare
Choose a tag to compare

Removing touchstart for fast clicks. This may be causing an issue with some Android browsers.

Hide menu with CSS.

20 Aug 02:29
Compare
Choose a tag to compare

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

11 Aug 06:10
Compare
Choose a tag to compare

Adds timeout flags to aid in stopping double touch/click events for some Android browsers

Bug fix

06 Aug 02:35
Compare
Choose a tag to compare

Fixes hover out issue when user clicks arrow on large screens

Version 1.0 Release

04 Aug 01:56
Compare
Choose a tag to compare
Merge pull request #56 from indyplanets/v1

V1 Release