Method: stop
From Turn.js Documentation
(Difference between revisions)
Line 1: | Line 1: | ||
− | Stop the current | + | Stop the current transition. |
{| class="wikitable" | {| class="wikitable" |
Latest revision as of 18:27, 6 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’);