Property: zoom: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Gets the multiplication factor of the flipbook.  The default value is 1, which means that the flipbook has the same size specified by the [[Method: size|size] method.
Gets the multiplication factor of the flipbook.  The default value is 1, which means that the flipbook has the same size specified by the [[Method: size|size method]].  


Example:
Example:
Line 7: Line 7:
alert("Current zoom: "+zoom);
alert("Current zoom: "+zoom);
</pre>
</pre>
==See also==
* [[Method: zoom|Method: zoom]]


<yambe:breadcrumb>Turn Properties</yambe:breadcrumb>
<yambe:breadcrumb>Turn Properties</yambe:breadcrumb>

Latest revision as of 01:42, 7 July 2012

Gets the multiplication factor of the flipbook. The default value is 1, which means that the flipbook has the same size specified by the size method.

Example:

var zoom = $("#flipbook").turn("zoom");
alert("Current zoom: "+zoom);

See also

<yambe:breadcrumb>Turn Properties</yambe:breadcrumb>