Ynhito / swipe-gesture

Quick multitouch back/forward gesture for Chromebooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
}

About

Quick multitouch back/forward gesture for Chromebooks


Languages

Language:JavaScript 100.0%