Doc: modifications pour éviter le chargement double de jQuery
[svganimation.git] / doc / local.js
diff --git a/doc/local.js b/doc/local.js
new file mode 100644 (file)
index 0000000..afc09d9
--- /dev/null
@@ -0,0 +1,20 @@
+function charge(i,p,a,b) {
+  var anim = new Animation(i,p,a,b);
+  anim.loopOnload();
+  var player = new Controle(anim);
+  player.connect();
+}
+
+function charge_anim2() {
+  var a = new Animation('anim2','../ellipsographe/svg/ellipsographe-',1,91);
+  a.loopOnload();
+  var b = new Controle(a);
+  b.connect();
+}
+
+$(window).load(function() {
+  anim = new Animation('XXXX','../ellipsographe/svg/ellipsographe-',1,91);
+  anim.loopOnload();
+  player = new Controle(anim);
+  player.connect();
+});

Licence Creative Commons Les fichiers de Syracuse sont mis à disposition (sauf mention contraire) selon les termes de la
Licence Creative Commons Attribution - Pas d’Utilisation Commerciale - Partage dans les Mêmes Conditions 4.0 International.