You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Glen Cheney 95c49edf9d
fix transition delay not being applied correct
8 years ago
_includes Correct v4 release date. 8 years ago
_layouts Move gulp tasks to separate files. Replace grid. Add autoprefixer. 8 years ago
_posts Use `files` instead of .npmignore 8 years ago
_scss fix transition delay not being applied correct 8 years ago
css fix transition delay not being applied correct 8 years ago
dist fix transition delay not being applied correct 8 years ago
gulp Update docs 8 years ago
img Update compound filters demo. 8 years ago
js Correct v4 release date. 8 years ago
src fix transition delay not being applied correct 8 years ago
test Replace Promise dependency with array-parallel package 8 years ago
.babelrc Got jest working for tests. jsdom sucks. 8 years ago
.editorconfig Add .editorconfig file. Save all files again to be consistent. 11 years ago
.gitignore Use `files` instead of .npmignore 8 years ago
.jscsrc Start ES6 conversion and jQuery / Modernizr removal. 8 years ago
.jshintrc Move layout positioning logic to its own file. 8 years ago
.travis.yml Update docs 8 years ago
CONTRIBUTING.md Update docs 8 years ago
LICENSE Update docs 8 years ago
README.md Update readme 8 years ago
_config.yml Use `files` instead of .npmignore 8 years ago
_config_dev.yml Update docs 8 years ago
bower.json Update docs 8 years ago
favicon.png Added favicon. Added description and image to each page for open graph and twitter cards. 11 years ago
gulpfile.js Switch to mocha/chai for tests with gulp-mocha-phantomjs 8 years ago
index.html Replace Promise dependency with array-parallel package 8 years ago
package.json Use ES6 export for main file. Add index.js to export the `default` to module.exports 8 years ago
webpack.config.js Use ES6 export for main file. Add index.js to export the `default` to module.exports 8 years ago
webpack.config.min.js Use ES6 export for main file. Add index.js to export the `default` to module.exports 8 years ago

README.md

Shuffle Build Status

Categorize, sort, and filter a responsive grid of items.

npm install shufflejs

Shuffle is also available on bower as shufflejs.

Docs and Demos

All found here

Usage (with CommonJS)

var Shuffle = require('shuffle');

var myShuffle = new Shuffle(document.getElementById('grid'), {
  itemSelector: '.js-item',
  sizer: '.js-shuffle-sizer'
});

Shuffle 4.0

Shuffle 4 removes jQuery as a dependency and is written in ES6.

Inspiration

This project was inspired by Isotope and Packery.