Settings you can change (these are the defaults)
// Overrideable options
$.fn.shuffle.options = {
group : 'all', // Which category to show
speed : 600, // Speed of the transition (in milliseconds). 600 = .6 seconds
easing : 'ease-out', // css easing function to use
gutterWidth : 0, // space between columns. Can be a function or number
columnWidth : 0 // can be a function or number or calculated by plugin
};
The easing function is one of 'default'
, 'linear'
, 'ease-in'
, 'ease-out'
, 'ease-in-out'
, or 'cubic-bezier'
.