Method: zoomOut: Difference between revisions

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

Latest revision as of 02:03, 9 July 2012

Zooms out the flipbook.

This method does not have parameters

Example:

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

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