-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Top features for the next release
Top features for the 4th release
- A new effect will allow to add hard pages, which is useful for covers of books or if you want to create a flip book similar to flipboard. The way to do it, is as simple as never before. Just by setting a new class to the pages, turn.js will do the rest.
Peeling effect: <div class="material-paper"></div>
Hard effect: <div class="material-carton"></div>
-
FPS
option. -
IE Support.
More suggestions? Send your suggestions to blasten@gmail.com
#syllabus div:nth-child(odd) { background-image: -webkit-linear-gradient(left, #fff 95%, #ddd 100%); background-image: -moz-linear-gradient(left, #fff 95%, #ddd 100%); background-image: -o-linear-gradient(left, #fff 95%, #ddd 100%); background-image: -ms-linear-gradient(left, #fff 95%, #ddd 100%); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
#syllabus div:nth-child(even) { background-image: -webkit-linear-gradient(right, #fff 95%, #ddd 100%); background-image: -moz-linear-gradient(right, #fff 95%, #ddd 100%); background-image: -o-linear-gradient(right, #fff 95%, #ddd 100%); background-image: -ms-linear-gradient(right, #fff 95%, #ddd 100%); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } #syllabus .cover { background: #333; }