Zoom Method: destroy: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
$("#zoom-viewport").turn("destroy");
$("#zoom-viewport").turn("destroy");
</pre>
</pre>
<yambe:breadcrumb>Zoom Methods</yambe:breadcrumb>
 
Note: the zoom viewport will automatically destroy if the flipbook is destroyed using the [[Method: destroy|destroy method]].


== See also==
== See also==
[[Method: destroy|Destroying the flipbook]]
[[Method: destroy|Destroying the flipbook]]
<yambe:breadcrumb>Zoom Methods</yambe:breadcrumb>

Revision as of 01:34, 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>