Option: flipbook: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
(Created page with "<yambe:breadcrumb>Zoom Options</yambe:breadcrumb>")
 
No edit summary
 
Line 1: Line 1:
A pointer to the flipbook.
{| class="wikitable"
|-
! scope="row" | Type
! scope="row" | Default value
|-
| jQuery element
| You must specify this parameter
|}
==Example==
<pre class="javascript">
$("#flipbook").turn();
$("#zoom-viewport").zoom({
flipbook: $("#flipbook"),
max: 3
});
</pre>
<yambe:breadcrumb>Zoom Options</yambe:breadcrumb>
<yambe:breadcrumb>Zoom Options</yambe:breadcrumb>

Latest revision as of 23:59, 8 July 2012

A pointer to the flipbook.

Type Default value
jQuery element You must specify this parameter

Example

$("#flipbook").turn();

$("#zoom-viewport").zoom({
	flipbook: $("#flipbook"),
	max: 3
});

<yambe:breadcrumb>Zoom Options</yambe:breadcrumb>