Property: direction

From Turn.js Documentation
Revision as of 04:22, 16 July 2012 by Emmanuel (talk | contribs) (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"> $("#...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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>