All Projects → antimatter15 → swipe-gesture

antimatter15 / swipe-gesture

Licence: other
Quick multitouch back/forward gesture for Chromebooks

Programming Languages

javascript
184084 projects - #8 most used programming language

Apple Safari for OS X Lion style Back/Forward Gestures for Chrome

Basic principle:

onmousewheel = function(e){
	if(Math.abs(e.wheelDeltaX) > 100) //go foward/back
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].