Event: swipeLeft
Jump to navigation
Jump to search
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>