Method: stop: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
(Created page with "<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>")
 
No edit summary
Line 1: Line 1:
Stop the current animation.
{| class="wikitable"
|-
! This method does not have properties
|}
Example:
<pre class="javascript">
// Turns the page to 10 without transition
$("#flipbook").turn("page", 10).turn(‘stop’);
</pre>
<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>
<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>

Revision as of 01:27, 7 July 2012

Stop the current animation.

This method does not have properties

Example:

// Turns the page to 10 without transition
$("#flipbook").turn("page", 10).turn(‘stop’);

<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>