Method: options

From Turn.js Documentation
Jump to navigation Jump to search

Changes the value of an option.

Parameter Type Description Default Value
options Object Options to change You must specify this parameter

Example:

 // Another way to change the display and the duration of the effect

 $("#flipbook").turn("options", {display: "single", duration: 1000});

See also

List of options that can be changed through this method

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