Event: swipeLeft: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This event is triggered when the user swipes from the right to the left.
This event is triggered when the user swipes from the right to the left on touch devices.


{| class="wikitable"
{| class="wikitable"
Line 18: Line 18:
});
});
</pre>
</pre>
==See also==
[[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>