Event: swipeRight

From Turn.js Documentation
Jump to navigation Jump to search

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

Argument Type Description
event Object Event Object

Example:

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

See also

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