Property: zoom

From Turn.js Documentation
Revision as of 01:42, 7 July 2012 by Emmanuel (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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>