Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.
Ben Simpson edited this page Feb 26, 2016 · 6 revisions

GraphiteNav - Side scrolling navigation.

What to use GraphiteNav.js for

GraphiteNav 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').graphiteNav({
    activeClass: 'is--active',
    disableGuides: false,
    disableDesktop: false
});
Clone this wiki locally