From 6bfcc0f719cbb35a9126bb408e510ba09daf7d70 Mon Sep 17 00:00:00 2001 From: "Maxime Chupin (escudo)" Date: Sun, 13 Nov 2016 13:58:08 +0100 Subject: [PATCH] =?utf8?q?Doc:=20test=20de=20chargement=20d'animation=20?= =?utf8?q?=C3=A0=20la=20demande?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/page.html | 24 ++++++++++++++++++++++++ doc/page.md | 26 ++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) diff --git a/doc/page.html b/doc/page.html index 39eba33..3c45799 100644 --- a/doc/page.html +++ b/doc/page.html @@ -1,9 +1,33 @@
+ + + +

Participants : Chupin Maxime, Sarlat Jean-Michel.

Interface du dépôt Git : http://melusine.eu.org/syracuse/G/git/?p=svganimation.git;a=summary

L'objectif est de développer, en particulier, du code Javascript afin de présenter des animations de fichiers SVG produits, en particulier, par MetaPost. Ce développement n'étant pas tout à fait prédéterminé, il sera constitué à partir de l'exploration de différents scénarios de présentation de ces animations et des modes de construction des fichiers SVG.

Installation

+

Le fichier SVGAnimation.js (que l'on supposera dans le répertoire js) est à charger dans la page html en mettant les lignes suivantes :

+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
+<script type="text/javascript" src="js/SVGAnimation.js"></script>
+

La librairie SVGAnimation.js dépend de JQuery, il faut donc charger charger cette bibliothèque JavaScript avant.

L'objet Animation

+
+animation1 +
+Ellipsographe +
+
+ +
+

Les paramètres

Les players

SVGPlayerOne.js

diff --git a/doc/page.md b/doc/page.md index 6970e71..b9faf2c 100644 --- a/doc/page.md +++ b/doc/page.md @@ -1,3 +1,14 @@ + + + + + + **Participants :** Chupin Maxime, Sarlat Jean-Michel. **Interface du dépôt Git :** @@ -11,8 +22,23 @@ SVG. ## Installation +Le fichier `SVGAnimation.js` (que l'on supposera dans le répertoire `js`) est à charger dans la page `html` en mettant les lignes suivantes : + + + + +La librairie `SVGAnimation.js` dépend de `JQuery`, il faut donc charger charger cette bibliothèque JavaScript avant. + ## L'objet `Animation` +
+ animation1 +
Ellipsographe
+
+
+ + + ### Les paramètres ## Les *players* -- 2.20.1