<html>
<head>
<title>Magic 360™: Autospin</title>
<link rel="stylesheet" type="text/css" href="magic360/magic360.css" />
<script type="text/javascript" src="magic360/magic360.js"></script>
</head>
<body>
<table width="100%">
<tr>
<td>
<p>Auto-spin (twice) on hover.</p>
<a class="Magic360" href="#" data-magic360-options="autospin: twice; autospin-start: hover; filename:shoe-360-{col}.jpg;"><img src="images/shoe/shoe-360-01.jpg"/></a>
</td>
<td>
<p>Infinite auto-spin (hover to pause).</p>
<a class="Magic360" href="#" data-magic360-options="autospin: infinite; autospin-stop: hover; filename:shoe-360-{col}.jpg;"><img src="images/shoe/shoe-360-01.jpg"/></a>
</td>
</tr>
<tr>
<td>
<p>Fast infinite anticlockwise auto-spin (click to pause / continue).</p>
<a class="Magic360" href="#" data-magic360-options="autospin: infinite; autospin-direction: anticlockwise; autospin-speed: 1000; autospin-start: load,click; filename:shoe-360-{col}.jpg;"><img src="images/shoe/shoe-360-01.jpg"/></a>
</td>
<td>
<p>Infinite auto-spin back & forth (non-stop).</p>
<a class="Magic360" href="#" data-magic360-options="autospin: infinite; autospin-stop: never; autospin-direction: alternate-clockwise; filename:shoe-360-{col}.jpg;"><img src="images/shoe/shoe-360-01.jpg"/></a>
</td>
</tr>
</table>
</body>
</html>