Method: options: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
(Created page with "Changes the value of an option. {| class="wikitable" |- ! scope="col"| Parameter ! scope="col"| Type ! scope="col"| Description ! scope="col"| Default Value |- | options | Ob...")
(No difference)

Revision as of 06:23, 26 November 2012

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});

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