aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/animation
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/animation')
-rw-r--r--files/fr/web/api/animation/index.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/fr/web/api/animation/index.md b/files/fr/web/api/animation/index.md
index d8e34a9cdb..088664a7c9 100644
--- a/files/fr/web/api/animation/index.md
+++ b/files/fr/web/api/animation/index.md
@@ -31,7 +31,7 @@ L'interface **`Animation`** de [l'API Web Animations](/en-US/docs/Web/API/Web_An
- {{domxref("Animation.effect")}}
- : Récupère et défini le {{domxref("KeyframeEffect")}} associé à cette animation.
- {{domxref("Animation.finished")}} {{readOnlyInline}}
- - : Retourne la `Promise `terminée en cours pour cette animation.
+ - : Retourne la `Promise` terminée en cours pour cette animation.
<!---->
@@ -48,7 +48,7 @@ L'interface **`Animation`** de [l'API Web Animations](/en-US/docs/Web/API/Web_An
<!---->
- {{domxref("Animation.ready")}} {{readOnlyInline}}
- - : Retourne la `Promise `prête en cours pour l'animation.
+ - : Retourne la `Promise` prête en cours pour l'animation.
<!---->
@@ -63,9 +63,9 @@ L'interface **`Animation`** de [l'API Web Animations](/en-US/docs/Web/API/Web_An
### Gestionnaire d'événements
- {{domxref("Animation.oncancel")}}
- - : Retourne et défini le gestionnaire d'événement pour l'événement `cancel `(annuler).
+ - : Retourne et définit le gestionnaire d'évènement pour l'évènement `cancel` (annuler).
- {{domxref("Animation.onfinish")}}
- - : Retourne et défini le gestionnaire d'événement pour l'événement `finish` (terminer).
+ - : Retourne et définit le gestionnaire d'évènement pour l'évènement `finish` (terminer).
## Méthodes