Page Object: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
(Created page with "We're still working on this page. <yambe:breadcrumb>API</yambe:breadcrumb>")
 
No edit summary
Line 1: Line 1:
We're still working on this page.
The Page Object is the object that stores a page in the flipbook.
 
==Sample==
<pre class="javascript">
{
acceleration: true
cornerSize: 100
duration: 600
gradients: true
next: 2
page: 1
turn: $("#flipbook")
z-index: 24
}
</pre>
 
<yambe:breadcrumb>API</yambe:breadcrumb>
<yambe:breadcrumb>API</yambe:breadcrumb>

Revision as of 17:25, 10 July 2012

The Page Object is the object that stores a page in the flipbook.

Sample

{
	acceleration: true
	cornerSize: 100
	duration: 600
	gradients: true
	next: 2
	page: 1
	turn: $("#flipbook")
	z-index: 24
}

<yambe:breadcrumb>API</yambe:breadcrumb>