Zoom Method: destroy: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 11: Line 11:
$("#zoom-viewport").turn("destroy");
$("#zoom-viewport").turn("destroy");
</pre>
</pre>
'''Note:''' the zoom viewport will automatically destroy if the flipbook is destroyed using the [[Method: destroy|destroy method]].
== See also==
[[Method: destroy|Destroying the flipbook]]
<yambe:breadcrumb>Zoom Methods</yambe:breadcrumb>
<yambe:breadcrumb>Zoom Methods</yambe:breadcrumb>

Latest revision as of 01:35, 9 July 2012

Destroys the zoom viewport.

This method does not have parameters.

Example:

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

Note: the zoom viewport will automatically destroy if the flipbook is destroyed using the destroy method.

See also

Destroying the flipbook <yambe:breadcrumb>Zoom Methods</yambe:breadcrumb>