Property: options: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Get the original object used as options when creating the flipbook.
Get the options used when creating the flipbook.
 
Example:
 
<pre class="javascript">
var duration = $("#flipbook").turn("options").duration;
 
alert("The duration of the transition is "+duration);
</pre>


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

Latest revision as of 06:29, 26 November 2012

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>