Turn Methods: Difference between revisions

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


 
== List of Methods ==
* [[Method: addPage|addPage]]
* [[Method: addPage|addPage]]
* [[Method: center|center]]
* [[Method: center|center]]

Revision as of 21:24, 5 July 2012

<yambe:breadcrumb>Main Page</yambe:breadcrumb>

Syntax:

$("#flipbook").turn('method name'[, argument1, argument2]); 

When a method doesn’t return a value, it can be connected to another methods, for example:

$("#flipbook").turn("method1").turn("method2");

List of Methods