Powerful JavaScript Library for Drag, Resize, and Multi-Touch Gestures


Summary of my bookmarked Github repositories from Nov 20th, 2014

Github repositories

  • taye/interact.js

    Interact.js is a JavaScript library that enables drag and drop functionality, resizing, and multi-touch gestures with inertia and snapping for modern browsers, including IE9+. It supports simultaneous multi-touch interactions, works across different browsers and devices, and allows interaction with SVG elements. It is a standalone library that can be customized to suit specific needs and does not modify the DOM, except for cursor changes, which can be disabled. The library can be installed via npm or accessed through CDNs like jsDelivr and unpkg. Documentation, examples, and a live demonstration can be found at the official website. Interact.js is licensed under the MIT License.