Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 453 Bytes

File metadata and controls

40 lines (26 loc) · 453 Bytes

Panes

Panes is a swiping interface... testing and documentation coming soon!

Use it

var panes = new Panes($('.slider'), [direction]);
options

direction ~ String | 'horizontal' or anything else will make vertical

Depedencies

  • jQuery
  • Node.js
  • Grunt

install grunt

npm install -g grunt-cli

then install local modules

npm install

to run grunt and build files

grunt
grunt minify
grunt build