Method: previous

From Turn.js Documentation
Revision as of 16:46, 6 July 2012 by Emmanuel (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Turns the view to the previous one.

This method does not have parameters.

Example:

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

You can also go backward two views from the current one:

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

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