Constructor: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
$(".magazine").turn([options]);
$(".magazine").turn([options]);
</pre>
</pre>
[[Turn options]]


== Zoom Constructor ==
== Zoom Constructor ==
Line 14: Line 15:
$(".viewport").zoom(options);
$(".viewport").zoom(options);
</pre>
</pre>
[[Zoom options]]


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

Revision as of 03:25, 6 July 2012

The constructor is where the flipbook or the zoom viewport is created. Therefore, it's called once and cannot be omitted.

Both the flipbook and the zoom viewport have independent constructors.

Turn Constructor

$(".magazine").turn([options]);

Turn options

Zoom Constructor

$(".viewport").zoom(options);

Zoom options

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