Submit your widget

jQuery beautiful slideshow book transition pages

Created 12 years ago   Views 58865   downloads 14419    Author turnjs
jQuery beautiful slideshow book transition pages
View DemoDownload
152
Share |

turn.js

is a plugin for jQuery that adds a beautiful transition similar to real pages in a book or magazine for HTML5.

  • + Uses Hardware acceleration
  • + Works on tablets and smartphones
  • + Easy to manipulate
  • + Lightweight, only 6K

Here's an example:

#magazine{
	width:800px;
	height:400px;
}
#magazine .turn-page{
	width:400px;
	height:400px;
	background-color:#ccc;
}
<div id='magazine'>
	<div> Page 1 </div>
	<div> Page 2 </div>
	<div> Page 3 </div>
</div>
$('#magazine').turn();

That's it!

the article source:http://www.turnjs.com/