aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/css_animations/index.md
diff options
context:
space:
mode:
authorjulieng <julien.gattelier@gmail.com>2021-09-17 20:59:20 +0200
committerSphinxKnight <SphinxKnight@users.noreply.github.com>2021-10-12 07:57:33 +0200
commit258ba7b4be62d8640477a3bd3146d08b00cb70ec (patch)
treea8476eee4c369ff47bdfe08353774414f2281ba3 /files/fr/web/css/css_animations/index.md
parent149319bb8c7b1394a443f0877c3460cd362aa815 (diff)
downloadtranslated-content-258ba7b4be62d8640477a3bd3146d08b00cb70ec.tar.gz
translated-content-258ba7b4be62d8640477a3bd3146d08b00cb70ec.tar.bz2
translated-content-258ba7b4be62d8640477a3bd3146d08b00cb70ec.zip
convert content to md
Diffstat (limited to 'files/fr/web/css/css_animations/index.md')
-rw-r--r--files/fr/web/css/css_animations/index.md83
1 files changed, 31 insertions, 52 deletions
diff --git a/files/fr/web/css/css_animations/index.md b/files/fr/web/css/css_animations/index.md
index a0db694124..e4aa4c4df1 100644
--- a/files/fr/web/css/css_animations/index.md
+++ b/files/fr/web/css/css_animations/index.md
@@ -7,70 +7,49 @@ tags:
translation_of: Web/CSS/CSS_Animations
original_slug: Web/CSS/Animations_CSS
---
-<div>{{CSSRef}}</div>
+{{CSSRef}}
-<p>Les <strong>animations CSS</strong> sont un module CSS qui définit la façon dont les valeurs des propriétés CSS peuvent être animées au fur et à mesure d'une période via des étapes intermédiaires (<em>keyframes</em> en anglais). Le comportement de ces animations séquencées peut être défini en termes de durée, de nombre de répétitions et de la façon dont elles sont répétées.</p>
+Les **animations CSS** sont un module CSS qui définit la façon dont les valeurs des propriétés CSS peuvent être animées au fur et à mesure d'une période via des étapes intermédiaires (_keyframes_ en anglais). Le comportement de ces animations séquencées peut être défini en termes de durée, de nombre de répétitions et de la façon dont elles sont répétées.
-<h2 id="Référence">Référence</h2>
+## Référence
-<h3 id="Propriétés_CSS">Propriétés CSS</h3>
+### Propriétés CSS
-<ul>
- <li>{{cssxref("animation")}}</li>
- <li>{{cssxref("animation-delay")}}</li>
- <li>{{cssxref("animation-direction")}}</li>
- <li>{{cssxref("animation-duration")}}</li>
- <li>{{cssxref("animation-fill-mode")}}</li>
- <li>{{cssxref("animation-iteration-count")}}</li>
- <li>{{cssxref("animation-name")}}</li>
- <li>{{cssxref("animation-play-state")}}</li>
- <li>{{cssxref("animation-timing-function")}}</li>
-</ul>
+- {{cssxref("animation")}}
+- {{cssxref("animation-delay")}}
+- {{cssxref("animation-direction")}}
+- {{cssxref("animation-duration")}}
+- {{cssxref("animation-fill-mode")}}
+- {{cssxref("animation-iteration-count")}}
+- {{cssxref("animation-name")}}
+- {{cssxref("animation-play-state")}}
+- {{cssxref("animation-timing-function")}}
-<h3 id="Règles_CSS">Règles @ CSS</h3>
+### Règles @ CSS
-<ul>
- <li>{{cssxref("@keyframes")}}</li>
-</ul>
+- {{cssxref("@keyframes")}}
-<h2 id="Guides">Guides</h2>
+## Guides
-<dl>
- <dt><a href="/fr/docs/Web/CSS/CSS_Animations/Detecting_CSS_animation_support">Détecter la prise en charge des animations CSS</a></dt>
- <dd>Cet article décrit une technique permettant de détecter si le navigateur prend en charge les animations CSS.</dd>
- <dt><a href="/fr/docs/Web/CSS/CSS_Animations/Utiliser_les_animations_CSS">Manipuler les animations CSS</a></dt>
- <dd>Un tutoriel pas-à-pas qui explique comment créer des animations CSS. Cet article décrit les différentes propriétés et règles @ relatives aux animations et comment elles interagissent.</dd>
- <dt><a href="/fr/docs/Web/CSS/Animations_CSS/Conseils">Conseils pour les animations CSS</a></dt>
- <dd>Des conseils et astuces pour tirer le meilleur parti des animations CSS. Dans cet article, on décrit une technique qui permet de relancer une animation qui a déjà été exécutée, ce que l'API ne permet pas de faire nativement.</dd>
-</dl>
+- [Détecter la prise en charge des animations CSS](/fr/docs/Web/CSS/CSS_Animations/Detecting_CSS_animation_support)
+ - : Cet article décrit une technique permettant de détecter si le navigateur prend en charge les animations CSS.
+- [Manipuler les animations CSS](/fr/docs/Web/CSS/CSS_Animations/Utiliser_les_animations_CSS)
+ - : Un tutoriel pas-à-pas qui explique comment créer des animations CSS. Cet article décrit les différentes propriétés et règles @ relatives aux animations et comment elles interagissent.
+- [Conseils pour les animations CSS](/fr/docs/Web/CSS/Animations_CSS/Conseils)
+ - : Des conseils et astuces pour tirer le meilleur parti des animations CSS. Dans cet article, on décrit une technique qui permet de relancer une animation qui a déjà été exécutée, ce que l'API ne permet pas de faire nativement.
-<h2 id="Spécifications">Spécifications</h2>
+## Spécifications
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Spécification</th>
- <th scope="col">État</th>
- <th scope="col">Commentaires</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('CSS3 Animations')}}</td>
- <td>{{Spec2('CSS3 Animations')}}</td>
- <td>Définition initiale.</td>
- </tr>
- </tbody>
-</table>
+| Spécification | État | Commentaires |
+| ---------------------------------------- | ------------------------------------ | -------------------- |
+| {{SpecName('CSS3 Animations')}} | {{Spec2('CSS3 Animations')}} | Définition initiale. |
-<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>
+## Compatibilité des navigateurs
-<h3 id="Propriété_animation">Propriété <code>animation</code></h3>
+### Propriété `animation`
-<p>{{Compat("css.properties.animation")}}</p>
+{{Compat("css.properties.animation")}}
-<h2 id="Voir_aussi">Voir aussi</h2>
+## Voir aussi
-<ul>
- <li><a href="/fr/docs/Web/CSS/CSS_Transitions">Les transitions CSS</a> qui permettent de déclencher des animations suite à des actions utilisateur.</li>
-</ul>
+- [Les transitions CSS](/fr/docs/Web/CSS/CSS_Transitions) qui permettent de déclencher des animations suite à des actions utilisateur.