I don't need the hover animation in the queue. js. Have tried this:
$('#flipbook').turn({ width: 400, height: 300, }); $('#flipbook').turn('peel', false);
Any help would be appreciated.
I used this:
flipbook.bind('start', function (event, pageObject, corner) { if (corner == 'tl' || corner == 'tr' || corner == 'bl' || corner == 'br') { event.preventDefault(); } } );
Now it never shows the peeling effect :-)
corners = { backward: [], forward: [], all: [] },
This should solve your problem.