Les animations

Introduction

La fonction Viewer permet de proposer un visionneur d'image

Exemple 1 : Affichage d'un viewer sur trois images

Html

<div id='viewer' style='' >
  <img style='width:100px' src='images/weneedyou.jpg' >
  <img style='width:100px' src='images/puzzle.jpg' >
  <img style='width:100px' src='images/code.jpg' >
</div >

Js

Animation.AddViewer("viewer");

Exemple