Event: swipeLeft: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| 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: swipeLeft|Event: swipeLeft]] | |||
<yambe:breadcrumb>Zoom Events</yambe:breadcrumb> | <yambe:breadcrumb>Zoom Events</yambe:breadcrumb> | ||
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: swipeLeft <yambe:breadcrumb>Zoom Events</yambe:breadcrumb>