I am trying to create an html layout that is similar to Flipboard's page flip animation.
First I thought to use some jQuery library to achieve this, but none of them seems to have all the features that I need. For example one of the libraries is BookBlock, but it uses CSS transitions for the animation, so I can't control the flip when I move my finger back and forth.
After some research I have found this excellent demo that looks almost exact match for what I need, but it flips pages like a book, from left to right and I need this from bottom to top.
I have spent couple of hours trying to change various CSS and JavaScript properties from this demo, but I did not succeed much in changing the page's flip direction.
I do not expect somebody to write code for me but I would be glad if someone could point me in the right direction or any other suggestion.