UNPKG

ember-gestures

Version:

TouchAction and Gesture support for Ember Applications

39 lines (31 loc) 764 B
export default { pan: 'pan', panstart: 'panStart', panmove: 'panMove', panend: 'panEnd', pancancel: 'panCancel', panleft: 'panLeft', panright: 'panRight', panup: 'panUp', pandown: 'panDown', pinch: 'pinch', pinchstart: 'pinchStart', pinchmove: 'pinchMove', pinchend: 'pinchEnd', pinchcancel: 'pinchCancel', pinchin: 'pinchIn', pinchout: 'pinchOut', press: 'press', pressup: 'pressUp', rotate: 'rotate', rotatestart: 'rotateStart', rotatemove: 'rotateMove', rotateend: 'rotateEnd', rotatecancel: 'rotateCancel', swipe: 'swipe', swipeleft: 'swipeLeft', swiperight: 'swipeRight', swipeup: 'swipeUp', swipedown: 'swipeDown', tap: 'tap' };