Event: swipeRight: Difference between revisions

From Turn.js Documentation
Jump to navigation Jump to search
(Created page with "This event is triggered when the user swipes from the left to the right on touch devices. {| class="wikitable" |- ! scope="col"| Argument ! scope="col"| Type ! scope="col"| D...")
 
No edit summary
 
Line 18: Line 18:
});
});
</pre>
</pre>
==See also==
[[Event: swipeLeft|Event: swipeLeft]]
<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 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>