5 <meta http-equiv=
"X-UA-Compatible" content=
"IE=edge">
6 <meta name=
"viewport" content=
"width=device-width, initial-scale=1">
7 <link type=
"text/css" rel=
"stylesheet" href=
"SVGAnimation.css">
8 <title>Mouvement rétrograde des planètes
</title>
9 <style type=
"text/css">
15 background: url(svg/astro000.svg);
16 background-repeat: no-repeat;
17 background-size:
652px
572px;
23 <h1>Mouvement rétrograde des planètes
</h1>
25 <p>La version originale (Maxime Chupin) de cette animation avait été
26 produite au format
<b>SWF
</b>, vous la trouverez
27 <a href=
"/syracuse/metapost/animations/chupin/?idsec=astro">ici
</a>.
</p>
30 <img src=
"svg/astro001.svg" alt=
"animation1" style=
"top:0;left:0;width:652px;height:572px"/>
31 <div class=
"message" id=
"anim1_message">Images en cours de chargement...
</div>
32 <div id=
"anim1_boutons"></div>
35 <script src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
36 <script type=
"text/javascript" src=
"../SVGAnimation.js"></script>
37 <script type=
"text/javascript" src=
"../SVGPlayerButtons.js"></script>
39 <script type=
"text/javascript">
40 $(window).load(function() {
41 a1 = new Animation('anim1','svg/astro',
1,
721);
45 b1 = new SVGPlayerButtons(a1);