aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/web_animations_api
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/web_animations_api')
-rw-r--r--files/fr/web/api/web_animations_api/index.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/files/fr/web/api/web_animations_api/index.html b/files/fr/web/api/web_animations_api/index.html
index 0b64fa7a75..2e2a8a8435 100644
--- a/files/fr/web/api/web_animations_api/index.html
+++ b/files/fr/web/api/web_animations_api/index.html
@@ -44,9 +44,11 @@ translation_of: Web/API/Web_Animations_API
<dd>L'objet <code>DocumentTimeline</code> représentant la chronologie du document par défaut.</dd>
<dt>{{domxref("document.getAnimations()")}}</dt>
<dd>Renvoie un tableau d'objets {{domxref("Animation")}} actuellement en vigueur sur les éléments du <code>document</code>.</dd>
- <dt>
- <h3 id="Extensions_à_linterface_Element">Extensions à l'interface <code>Element</code></h3>
- </dt>
+</dl>
+
+<h3 id="Extensions_à_linterface_Element">Extensions à l'interface <code>Element</code></h3>
+
+<dl>
<dt>{{domxref("Element.animate()")}}</dt>
<dd>Une méthode de raccourci pour créer et lire une animation sur un élément. Il renvoie l'instance d'objet {{domxref("Animation")}} créée.</dd>
<dt>{{domxref("Element.getAnimations()")}}</dt>