X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=svganimation.git;a=blobdiff_plain;f=doc%2Fpage.md;h=5fbb551f655cca5958df138079af024174c239ea;hp=09c6ecaa3c69264475243900e67f910f35dffea5;hb=757126aab08d97f84517b67486eb457b2ddc9126;hpb=f18102174fd3cbbc28c04d194de4988b98c6daa9 diff --git a/doc/page.md b/doc/page.md index 09c6eca..5fbb551 100644 --- a/doc/page.md +++ b/doc/page.md @@ -223,7 +223,7 @@ justement le chargement de l'animation... ~~~~~~~ { .html }
- animation1 + animation1
Ellipsographe
@@ -375,3 +375,39 @@ Le fichier `SVGPlayerOne.js` est fourni à la racine du projet SVGAnimation. ## Exemples d'utilisation + +
+
+ +
+
+Animation avec le *player* `SVGPlayerButtons` et une factorisation +avec MetaPost du matériel qui se répète sur chaque image. Le fond +est mis en *background* de la balise englobante, permettant ainsi +d'alléger l'animation. +
+
+ +
+
+ +
+
+Fabrication de l'animation à partir d'un fichier PDF transformé en +fichiers SVG grâce au programme `pdf2svg`. + +Animation avec le *player* `SVGPlayerButtons`. L'animation est une +animation de construction d'un maillage, le contrôle se fait donc +image par image. + +Le player est donc paramétré pour n'afficher que les boutons de +*début* et *fin* d'animation, ainsi que l'avance et le recule *image +par image*. + +L'affichage des boutons est personnalisé grâce à du code CSS. +
+