Event: swipeLeft: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 20: Line 20:


==See also==
==See also==
[[Event: swipeLeft|Event: swipeLeft]]
[[Event: swipeRight|Event: swipeRight]]
<yambe:breadcrumb>Zoom Events</yambe:breadcrumb>
<yambe:breadcrumb>Zoom Events</yambe:breadcrumb>

Latest revision as of 02:33, 9 July 2012

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

Argument Type Description
event Object Event Object

Example:

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

See also

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