Property: direction: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
(Created page with "Returns the current directionality of the flipbook. That is --left-to-right (DIR=ltr, the default) or right-to-left (DIR=rtl). '''Example:''' <pre class="javascript"> $("#...")
 
(No difference)

Latest revision as of 04:22, 16 July 2012

Returns the current directionality of the flipbook. That is --left-to-right (DIR=ltr, the default) or right-to-left (DIR=rtl).

Example:

$("#flipbook").turn("direction");

See also

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