Turn Methods

From Turn.js Documentation
Revision as of 22:41, 5 July 2012 by Emmanuel (talk | contribs)
Jump to navigation Jump to search

Methods are used to perform actions such as turn the page or change the state of a property.

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

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