Method: center

From Turn.js Documentation
Revision as of 16:01, 6 July 2012 by Emmanuel (talk | contribs)
Jump to navigation Jump to search

Centers the flipbook depending on how many pages are visible. The center method changes the CSS margin-left property of #flipbook as way to center the flipbook. Therefore, if you need to change the margin-left of the flipbook, it's recommend to insert the flipbook in a container to use its the margin properties.

If the flipbook has the option autoCenter: true, it might not be necessary to use this method.

This method does not have parameters.

Example:

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


<yambe:breadcrumb>Turn Methods</yambe:breadcrumb>