Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="Touchpad pinch demo" />
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <p>Move the box around with your touchpad.<br> 
    Works only in browsers that support the 'wheel' event (Chrome and IE).<br>
    Supports pinch-zoom in Chrome 36+ on Mac, and with most Windows touchpads.
  <p><input type=checkbox id=natural checked>My touchpad is configured for natural scrolling
  <div id=box></div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
rbyerspro
0viewers