Skip to content

A small library concept to simplify how to handle the swipe and pinch gestures with MSGestures in IE10+

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
LICENSE-GPL
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

knalleDK/MSGestures

 
 

Repository files navigation

MSGestures

Small library concept to simplify how to handle the swipe and pinch gestures with MSGestures in IE10+

Getting Started

In your web page:

<script src="MSGestures.js"></script>
<script>
var gestures = new MSGestures();
var domEle = document.getElementById('someId');
gestures.addEventListener(domEle, 'swipe', function(e){
    console.log('swipe!');
}
</script>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)

License

Copyright (c) 2012 Anton Molleda
Licensed under the MIT, GPL licenses.

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

About

A small library concept to simplify how to handle the swipe and pinch gestures with MSGestures in IE10+

Resources

License

GPL-2.0, MIT licenses found

Licenses found

GPL-2.0
LICENSE-GPL
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published