Method: next: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
</pre>
</pre>


 
You can also turn two views from the current one:
You can also turn two views from the current one


<pre class="javascript">
<pre class="javascript">

Revision as of 16:31, 6 July 2012

Turns the view to the next one.

This method does not have parameters.

Example:

$("#flipbook").turn("next");

You can also turn two views from the current one:

$("#flipbook").turn("next").turn("next");


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