<html>
<head>
<title>Effects</title>
<!-- link to magicthumb.css file -->
<link href="magicthumb/magicthumb.css" rel="stylesheet" type="text/css" media="screen"/>
<!-- link to magicthumb.js file -->
<script src="magicthumb/magicthumb.js" type="text/javascript"></script>
</head>
<body>
<h4>Five different effects:</h4>
<p>
<!-- define Magic Thumb with the default linear effect -->
<a href="images/imac-backtoback-600.jpg" class="MagicThumb" rel="group: default-speed; slideshow-effect: expand;"><img src="images/imac-backtoback-50.jpg" alt=""/><span><strong>Linear effect</strong> - the default effect - expands at a consistent speed.</span></a>
<!-- define Magic Thumb with the cubic effect -->
<a href="images/imac-backtoback-600.jpg" class="MagicThumb" rel="group: default-speed; slideshow-effect: expand; expand-effect: cubic"><img src="images/imac-backtoback-50.jpg" alt=""/><span><strong>Cubic effect</strong> - starts fast, then slows down.</span></a>
<!-- define Magic Thumb with the back effect -->
<a href="images/imac-backtoback-600.jpg" class="MagicThumb" rel="group: default-speed; slideshow-effect: expand; expand-effect: back"><img src="images/imac-backtoback-50.jpg" alt=""/><span><strong>Back effect</strong> - shrinks, then enlarges too much, then shrinks to correct size.</span></a>
<!-- define Magic Thumb with the elastic effect -->
<a href="images/imac-backtoback-600.jpg" class="MagicThumb" rel="group: default-speed; slideshow-effect: expand; expand-effect: elastic"><img src="images/imac-backtoback-50.jpg" alt=""/><span><strong>Elastic effect</strong> - enlarges too much, then shrinks to correct size.</span></a>
<!-- define Magic Thumb with the bounce effect -->
<a href="images/imac-backtoback-600.jpg" class="MagicThumb" rel="group: default-speed; slideshow-effect: expand; expand-effect: bounce"><img src="images/imac-backtoback-50.jpg" alt=""/><span><strong>Bounce effect</strong> - enlarges then contacts twice.</span></a>
</p>
<h4>Two second duration:</h4>
<p>
<!-- define Magic Thumb with the default linear effect with 2 seconds duration-->
<a href="images/imac-backtoback-600.jpg" class="MagicThumb" rel="group: custom-speed; slideshow-effect: expand; expand-speed: 2000"><img src="images/imac-backtoback-50.jpg" alt=""/><span><strong>Linear effect</strong> - the default effect - expands at a consistent speed.</span></a>
<!-- define Magic Thumb with the cubic effect with 2 seconds duration -->
<a href="images/imac-backtoback-600.jpg" class="MagicThumb" rel="group: custom-speed; slideshow-effect: expand; expand-effect: cubic; expand-speed: 2000"><img src="images/imac-backtoback-50.jpg" alt=""/><span><strong>Cubic effect</strong> - starts fast, then slows down.</span></a>
<!-- define Magic Thumb with the back effect with 2 seconds duration -->
<a href="images/imac-backtoback-600.jpg" class="MagicThumb" rel="group: custom-speed; slideshow-effect: expand; expand-effect: back; expand-speed: 2000"><img src="images/imac-backtoback-50.jpg" alt=""/><span><strong>Back effect</strong> - shrinks, then enlarges too much, then shrinks to correct size.</span></a>
<!-- define Magic Thumb with the elastic effect with 2 seconds duration -->
<a href="images/imac-backtoback-600.jpg" class="MagicThumb" rel="group: custom-speed; slideshow-effect: expand; expand-effect: elastic; expand-speed: 2000"><img src="images/imac-backtoback-50.jpg" alt=""/><span><strong>Elastic effect</strong> - enlarges too much, then shrinks to correct size.</span></a>
<!-- define Magic Thumb with the bounce effect with 2 seconds duration -->
<a href="images/imac-backtoback-600.jpg" class="MagicThumb" rel="group: custom-speed; slideshow-effect: expand; expand-effect: bounce; expand-speed: 2000"><img src="images/imac-backtoback-50.jpg" alt=""/><span><strong>Bounce effect</strong> - enlarges then contacts twice.</span></a>
</p>
<h4>Slow enlarge, fast contract:</h4>
<p>
<!-- define Magic Thumb which expands over 2.5 seconds and contracts in 0.25 second -->
<a href="images/imac-backtoback-600.jpg" class="MagicThumb" rel="expand-speed: 2500; restore-speed: 250"><img src="images/imac-backtoback-50.jpg" alt=""/><span><strong>Linear effect</strong> - the default effect - expands at a consistent speed.</span></a>
</p>
</body>
</html>