Zoom Method: destroy: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 12: Line 12:
</pre>
</pre>


Note: the zoom viewport will automatically destroy if the flipbook is destroyed using the [[Method: destroy|destroy method]].
'''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>
<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>