Option: prefix: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
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.
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 it's set to <tt>true</tt>, the turning event will be fired as <tt>turn.turning</tt>.
 
 


{| class="wikitable"
{| class="wikitable"

Revision as of 03:00, 6 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 it's set to true, the turning event will be fired as turn.turning.


Type Boolean
Default value false

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