Turn Methods

From Turn.js Documentation
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>API</yambe:breadcrumb>