jquery-flipster
jquery-flipster copied to clipboard
Initializing flipster with click set to false and then scrolling by gesture will enable click again
My settings:
var flipster_settings = {
itemContainer: 'ul',
itemSelector: 'li',
style: 'flat',
spacing: 0.005,
click: false
};
$element.flipster(flipster_settings);
As the title mentions. Scrolling by touch gesture will enable click-switching items again.