fonds d'écran - créations numériques - webmastering - photograhie - création de site - référencement efficace
Fade & smoothing
Effet Fade-in dans le zoom et ralentisemment ou accélération de l'affichage.

Voir les explications sur le Blog en cliquant sur ce lien.
Le code du script pour les webmasters:
- <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>