mirror of
https://github.com/blasten/turn.js.git
synced 2025-11-22 17:19:24 +08:00
turn.js
The awesome paper-like effect made for HTML5
Turn.js is a plugin for jQuery that adds a beautiful transition similar to real pages in a book or magazine. It works in all modern browsers including touch devices.
Example
CSS code:
#magazine{
width:800px;
height:400px;
}
#magazine .turn-page{
width:400px;
height:400px;
background-color:#ccc;
}
HTML code:
<div id='magazine'> <div> Page 1 </div> <div> Page 2 </div> <div> Page 3 </div> </div>
JavaScript code:
$('#magazine').turn({page: 1, shadows: true, acceleration: true});
Requeriments
jQuery 1.7 or later
Full documentation on turnjs.com/#reference
turn.js is licensed under MIT license.
Description
Languages
JavaScript
100%