Turn Properties: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<yambe:breadcrumb>API</yambe:breadcrumb>
'''Syntax:'''
==Turn==
<pre class="javascript">$("#flipbook").turn("propertyName");</pre>
 
The first release of turn.js introduced a pretty simple way for adding new pages. In fact, the only thing you had to do was to add as many elements as pages you needed for your book or magazine
 
:{| class="simple"
! scope="col" width="225" | Properties
|-
| valign="top" |


=== List of Properties ===
* [[Property: animating|animating]]
* [[Property: animating|animating]]
* [[Property: direction|direction]]
* [[Property: display|display]]
* [[Property: display|display]]
* [[Property: disabled|disabled]]
* [[Property: disabled|disabled]]
Line 19: Line 14:
* [[Property: zoom|zoom]]
* [[Property: zoom|zoom]]


|}
<yambe:breadcrumb>API</yambe:breadcrumb>

Latest revision as of 04:25, 16 July 2012

Syntax:

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

List of Properties

<yambe:breadcrumb>API</yambe:breadcrumb>