Flip page up/ down/ left/right

Hi,

I understand there a lot of js code out there to do the typical book flipping.
Is there any js code/ sites which has done the flipping from up/ down/ left/ right? like the action of unfolding a paper map?

Is this someking of what you are trying to achieve?
http://jsfiddle.net/pixelass/wrEhh/33/

Perhaps you can use wix-animations for your purposes.
Take a look onto the given examples…
https://www.wix.com/velo/example/animation-helpers

I never have used them before, so i am not sure, if you can animate a book-flipping.

But you should be able to achieve your aim by using HTML+CSS in an HTML-component or a custom-element. Surely not the easiest task.

Good luck.