Constructor: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
</pre>
</pre>


== Zoom viewport Constructor ==
== Zoom Constructor ==


<pre class="javascript">
<pre class="javascript">

Revision as of 03:23, 6 July 2012

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

The flipbook and the zoom viewport have independent constructors.

Turn Constructor

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

Zoom Constructor

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

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