Method: zoom: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>") |
No edit summary |
||
| Line 1: | Line 1: | ||
Increases or decreases the size of the flipbook. | |||
{| class="wikitable" | |||
|- | |||
! This method does not have properties | |||
|} | |||
Example: | |||
<pre class="javascript"> | |||
// Reduce the size of the flipbook in half | |||
$("#flipbook").turn("zoom", 0.5, 0); | |||
</pre> | |||
<yambe:breadcrumb>Turn Methods</yambe:breadcrumb> | <yambe:breadcrumb>Turn Methods</yambe:breadcrumb> | ||
Revision as of 01:30, 7 July 2012
Increases or decreases the size of the flipbook.
| This method does not have properties |
|---|
Example:
// Reduce the size of the flipbook in half
$("#flipbook").turn("zoom", 0.5, 0);
<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>