Method: zoomIn: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
(Created page with "<yambe:breadcrumb>Zoom Methods</yambe:breadcrumb>")
 
No edit summary
Line 1: Line 1:
Zooms in the flipbook.
{| class="wikitable"
|-
! | ''This method does not have parameters.''
|}
Example:
<pre class="javascript">
$("#zoom-viewport").turn("zoomIn");
</pre>
<yambe:breadcrumb>Zoom Methods</yambe:breadcrumb>
<yambe:breadcrumb>Zoom Methods</yambe:breadcrumb>

Revision as of 02:02, 9 July 2012

Zooms in the flipbook.

This method does not have parameters.

Example:

$("#zoom-viewport").turn("zoomIn");

<yambe:breadcrumb>Zoom Methods</yambe:breadcrumb>