Class: .hard: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
(Created page with "<yambe:breadcrumb>Turn CSS</yambe:breadcrumb>")
 
No edit summary
Line 1: Line 1:
Sets a hard transition effect for a page.
By setting all the pages as hard you will create the same effect as in Flipboard.
Example:
<pre class="xml">
<div id="flipbook">
<div class="hard">Page 1</div>
<div class="hard">Page 2</div>
</div>
</pre>
<yambe:breadcrumb>Turn CSS</yambe:breadcrumb>
<yambe:breadcrumb>Turn CSS</yambe:breadcrumb>

Revision as of 04:48, 7 July 2012

Sets a hard transition effect for a page. By setting all the pages as hard you will create the same effect as in Flipboard.

Example:

<div id="flipbook">
<div class="hard">Page 1</div>
<div class="hard">Page 2</div>
</div>

<yambe:breadcrumb>Turn CSS</yambe:breadcrumb>