ZingTouch - A JavaScript gesture detection library for the modern web

added by JavaScript Kicks
7/7/2016 9:36:30 AM

1357 Views

ZingTouch can be included either of two different ways : Using the import syntax (ES6) import ZingTouch from './path/to/zingtouch.min.js'; Including the script directly Regions in ZingTouch are areas where all input events including mouse, touch, and pointer events are listened to. They hold any number of gestures you create and attach to elements.


0 comments