|
Fade & smoothing
Buy now £39 Get support
Fade-in your zoom and slow it down (or speed it up).
Here's the code:
<html>
<head>
<title>Magic Zoom Plus: Fade & smoothing</title>
<!-- link to magiczoomplus.css file -->
<link href="magiczoomplus/magiczoomplus.css" rel="stylesheet" type="text/css" media="screen"/>
<!-- link to magiczoomplus.js file -->
<script src="magiczoomplus/magiczoomplus.js" type="text/javascript"></script>
</head>
<body>
<p>Fade-in your zoom and slow it down (or speed it up).</p>
<!-- define Magic Zoom Plus with fade option enabled and change easing value for slow motion -->
<a href="images/harley1c.jpg" class="MagicZoomPlus" rel="zoom-fade:true; smoothing-speed:17" title="Fade in/out effect with slow motion"><img src="images/harley1b.jpg"/></a>
</body>
</html>
|