Option: prefix: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
(Created page with "<yambe:breadcrumb>Turn Options</yambe:breadcrumb>")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
Triggers the events including the prefix <tt>turn</tt>.  It affects the name of the event listeners that are defined using the <tt>bind</tt> function.  So for instance, if the prefix option is enabled, events such as the turning event will be fired as <tt>turn.turning</tt>.
{| class="wikitable"
|-
! scope="row" | Type
! scope="row" | Default value
|-
| Boolean
| false
|}
<yambe:breadcrumb>Turn Options</yambe:breadcrumb>
<yambe:breadcrumb>Turn Options</yambe:breadcrumb>

Latest revision as of 16:09, 7 July 2012

Triggers the events including the prefix turn. It affects the name of the event listeners that are defined using the bind function. So for instance, if the prefix option is enabled, events such as the turning event will be fired as turn.turning.

Type Default value
Boolean false

<yambe:breadcrumb>Turn Options</yambe:breadcrumb>