Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 438 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 438 Bytes

Side scrolling navigation.

SlideyNav was created for single level menus which need side scrolling and automatic centering.

#Demo http://codepen.io/benjo696/pen/YwVQJY

#Current features

  • Dragging
  • Mouse scrollable
  • Edge detection
  • Automatic centering
  • Extra menu options indicated by icons

#Basic Usage Example

$('nav').slideyNav({
    activeClass: 'is--active',
    disableGuides: false,
    disableDesktop: false
});