Hi is it possible to have an effect of flipping a page like a book for HTML5? If so how is it done?
Thanks in advance!
|
Hi is it possible to have an effect of flipping a page like a book for HTML5? If so how is it done? Thanks in advance! |
||||
|
|
|
Here is another page-flip animation done with CSS Animations The methodology is based on Roman Cortes's inspired original. The way this is constructed is that each right page is double-nested inside two divs. The inner div is rotated by 30 degrees around a rotation point above the page inside an outer div so that the page comes into view. The outer div is also rotated into view around the same rotation point by about 15 degrees. It is configured with an overflow:hidden and acts as a clipping container for the inner div page. z-indexing is used to stack the pages on top of each other. Each page is overlaid and underlaid with a grey progressive opacity gradient which is scaled in the x-axis so that the shadow waxes and wanes as the page is turned. If you want to see the details of how all the time sequences work, you can download the Animator project files, as well as Sencha Animator (my product), and play with them. |
|||
|
|
|
You can use the jQuery plugin for page flip effect. Below is the link to the plugin of jQuery. http://plugins.jquery.com/plugin-tags/page-flip You can find demo at http://builtbywill.com/code/booklet/ Hope this will Help. |
||||
|
|
|
You can use CSS Transformations for this. More info : http://www.the-art-of-web.com/css/css-animation/ Or here (only currently available in Webkit browsers) http://www.romancortes.com/blog/pure-css3-page-flip-effect/ |
|||
|
|
|
turn.js is a plugin for jQuery that creates a very realistic page turn effect using HTML5, it’s a lovely effect and the plugin has been written in such a way that implementing and configuring it is simple and undemanding. |
|||
|
|
|
I do not know how it is exactly done, but you can take a look here, they already realized it successfully: http://jquerymobile.com/demos/1.0a2/#docs/pages/docs-transitions.html |
|||
|
|
|
Here is another useful sample: http://www.netmagazine.com/tutorials/create-page-flip-effect-html5-canvas |
|||
|
|
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.