Property: options

From Turn.js Documentation
Revision as of 06:29, 26 November 2012 by Emmanuel (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Get the options used when creating the flipbook.

Example:

var duration = $("#flipbook").turn("options").duration;

alert("The duration of the transition is "+duration);

<yambe:breadcrumb>Turn Properties</yambe:breadcrumb>