Method: stop

From Turn.js Documentation
Revision as of 01:27, 7 July 2012 by Emmanuel (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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>