Kwicks 1.1

Kwicks is a MooTools plugin that enables dynamic navigation effects via lists.



Details

Author
David Walsh
Current version
1.1
GitHub
darkwing/Kwicks
Downloads
7823
Category
Effects
Tags
Report
GitHub Issues

Releases


Dependencies

  • core/1.2.1: *

How to use

Kwicks can be initialized at any time but is generally initialized at the top of the document during the DOMREADY event. The required argument is the ID of the list.

HTML

Javascript

window.addEvent('domready', function() {
    var kwicks = new Kwicks('kwicks');
});

For specific usage and options, please read the documentation or visit http://davidwalsh.name/js/kwicks


Discuss

A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.

Found a bug in this plugin? Please report it this repository's Github Issues.

blog comments powered by Disqus