Method: stop

From Turn.js Documentation
Revision as of 01:27, 7 July 2012 by Emmanuel (talk | contribs)
Jump to navigation Jump to search

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>