Touch enabled jQuery plugin that lets you create powerful interactions.
To get started, check out http://rockcookies.github.io/hqy-interact/.
Download the latest release.
Put the script at the bottom of your markup right after jQuery:
<script src="jquery.min.js"></script>
<script src="hqyinteract/hqy.interact.min.js"></script>
Call the plugin function and your carousel is ready.
<div id="demo">drag me</div>
<script type="text/javascript">
$("#demo").hqyDraggable();
</script>
The documentation, included in this repo in the root directory, is built with Jekyll and publicly available at http://rockcookies.github.io/hqy-interact/. The documentation may also be run locally.