Skip to content

Instantly share code, notes, and snippets.

@mvanlonden
mvanlonden / demo.html
Created October 17, 2013 16:02
jquery-svgpandragsnap
<!DOCTYPE HTML>
<html>
<head>
<!-- jQuery -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<!-- d3 -->
<script type="text/javascript" src="http://d3js.org/d3.v2.js"></script>
@mvanlonden
mvanlonden / index.html
Created May 30, 2014 01:06
Panning within a perspective
<!DOCTYPE HTML>
<html>
<head>
<title>famo.us App</title>
<meta name="viewport" content="width=device-width, maximum-scale=1, user-scalable=no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<!-- shims for backwards compatibility -->