Method: stop: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
Stop the current animation.  
Stop the current transition.  


{| class="wikitable"
{| class="wikitable"

Latest revision as of 01:27, 7 July 2012

Stop the current transition.

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>