I am attempting to implement the peel effect from turn.js
into my code, where hovering over the bottom right corner of the page causes it to peel slightly and appear as if it is bending upwards.
I specifically want only the peel effect and not the entire page turning effect.
Despite following the documentation which suggests using:
$("#flipbook").turn({peel: "br"});
the effect does not seem to work as expected.
You can access my current work on jsfiddle through this link: