Method: options

From Turn.js Documentation
Revision as of 06:23, 26 November 2012 by Emmanuel (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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});

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