0.2.0 • Published 11 years ago

rotatingnav v0.2.0

Weekly downloads
9
License
-
Repository
-
Last release
11 years ago

rotatingnav

Build Status

A nav menu that rotates through infinite links, allowing for more nav menu links than can normally fit.

Screenshot of rotatingnav

The above is just a screenshot. For a live demo, see http://bl.ocks.org/audreyr/6151852. In the demo:

  • To advance forward: click > or press f
  • To go backward: click < or press b

This will be going into the new djangopackages.com and OpenComparison framework soon. Stay tuned.

Usage

Add this bit of JS:

$(function() {
	$(".rotatingnav").rotatingnav({
    panelCount: 8,
    activeCount: 4
	});
});

As for the corresponding HTML, see demo/index.html for an example of how to define the HTML for a nav menu with tons and tons of links.

License

MIT. http://audreyr.mit-license.org

0.2.0

11 years ago

0.1.0

11 years ago