Event: swipeLeft

From Turn.js Documentation
Revision as of 02:31, 9 July 2012 by Emmanuel (talk | contribs)
Jump to navigation Jump to search

This event is triggered when the user swipes from the right to the left.

Argument Type Description
event Object Event Object

Example:

$("#zoom-view").bind("zoom.swipeLeft", function(event) {
	$("#flipbook").turn("next");
});

<yambe:breadcrumb>Zoom Events</yambe:breadcrumb>