Vertical flipping using turn.js
问题 I am using turn.js in my application and would like to implement the vertical flipping similar to http://pageflip-books.com/documentation-configuration.php - VerticalMode Can anyone let me know, how can I implement the vertical flipping in turn.js? 回答1: Just rotate the continer div by 90 degrees, and then rotate internal childs by -90 degrees to cancel the rotation. 回答2: Rotating the container by -90 degrees and the pictures by 90 degrees does produce a vertical flip-book, but the mouse event