pushy

Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.

OTHER License

Downloads
1.9K
Stars
1.5K
Committers
7

Bot releases are hidden (Show)

pushy - 1.4.0 Latest Release

Published by christophery almost 4 years ago

  • Renamed data-menu-btn-class attribute to data-menu-btn-selector (58a59b64c31d033cf8d3f3691af6282ed20ef5d0)
  • Added the data-container-selector attribute #133.
  • Updated deprecated event handlers. (6a130bf92c0e5c771fa14dc3480490742f7c6586)
  • jQuery 3.x support.
pushy - 1.3.0

Published by christophery over 5 years ago

  • Added the data-menu-btn-class attribute #131
  • Updated README.md with Development, NPM and Options sections.
pushy - 1.2.0

Published by christophery over 5 years ago

  • Added support for a 3rd level submenu #129
  • Removed bower.json
  • Updated demo
pushy - 1.1.2

Published by christophery about 7 years ago

  • Fixed formatting issues in README.md
  • Added repository + license to package.json
pushy - 1.1.1

Published by christophery about 7 years ago

  • Published package to NPM.
  • Removed Bower support.
  • Updated demo & personal site links.
pushy - 1.1.0

Published by christophery over 7 years ago

  • Accessibility (a11y) enhancements:
    • Can access and use menu with keyboard navigation.
    • Can use the escape key to close the menu when opened.
    • Changed the empty submenu links to buttons.
    • Added data-focus attribute to allow user to specify a link to focus on when menu is opened.
    • Added .pushy-content element to menu structure (fixes visibility flickering).
    • Changed .menu-btn div to button.
  • Removed some redundant CSS classes from pushy.css.
  • Removed toggleSubmenuFallback function, older browsers will use toggleSubmenu instead.
  • Fixed issue #88
pushy - 1.0.0

Published by christophery over 8 years ago

  • Added auto-collapsable submenus.
  • Added .pushy-right CSS class for right sided menu position.
  • Added SCSS files.
  • Added menu width SCSS variable.
  • Updated click event listeners.
  • Updated demo file.
  • Updated browser compatibility.
  • Removed unneeded CSS browser prefixes.
  • Consolidated menu state CSS classes.
  • Fixed brief menu visibility.
pushy - 0.9.2

Published by christophery about 10 years ago

  • Removed modernizr dependency.
  • Updated site overlay with color + smoother transition.
  • Cleaned up the CSS a bit.
  • Dropped support for IE 7 & 8.
pushy - 0.9.1

Published by christophery about 11 years ago

  • Added support for more menu items (with scroll bar).
  • Added the .push CSS class. This adds pushy support to additional HTML elements outside of the container div.
  • Fixed menu transition.
  • Tested in iOS 7.
  • Updated the demo file.
pushy - 0.9.0

Published by christophery over 11 years ago

  • Added a site overlay when Pushy is toggled
  • Fixed horizonal scroll bar issue on mobile devices
  • Disabled webkit tap highlight
  • Rejiggered the JS file
  • Updated to jQuery 1.10.1
  • Updated the demo file