|
Spin on hover
Buy now Get support
Single row spin from left to right on hover.
Here's the code:
<html>
<head>
<title>Magic 360™: Spin on hover</title>
<link rel="stylesheet" type="text/css" href="magic360/magic360.css" />
<script type="text/javascript" src="magic360/magic360.js"></script>
<!-- Change the loading text and the hint text -->
<script type="text/javascript">
Magic360.lang = {
'hint-text': 'Hover to spin'
}
</script>
</head>
<body>
<p> Single row spin from left to right on hover.</p>
<a class="Magic360" href="#" data-magic360-options="autospin: false; spin: hover; filename:shoe-360-{col}.jpg;"><img src="images/shoe/shoe-360-01.jpg"/></a>
</body>
</html>
|