I don't want the hover animation in turn.js. Have tried this:
$('#flipbook').turn({
width: 400,
height: 300,
});
$('#flipbook').turn('peel', false);
Any kind of help will be greatly 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 peel effect :-)
corners = {
backward: [],
forward: [],
all: []
},
This should solve your problem.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With