This animation emulates a news ticker and grabs the 10 latest headelines from The Guardian. It makes use of The Guardian Content API, Tom MacWright's D3 JSONP plugin, and D3 transitions.
xxxxxxxxxx
<head>
<meta charset="utf-8">
<title>News ticker</title>
<script src="d3.v3.js"></script>
<link rel="stylesheet" href="style.css">
<script src="d3.jsonp.js"></script>
</head>
<body>
<article class="ticker">
</article>
<script src="vis.js"></script>
</body>