aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/animation
diff options
context:
space:
mode:
authorCarolyn Wu <87150472+cw118@users.noreply.github.com>2022-03-01 13:47:30 -0500
committerGitHub <noreply@github.com>2022-03-01 19:47:30 +0100
commitda412bbfa23b6e02dc33331891c6d4aee2bb7242 (patch)
tree9b12d2d411cefcd211382a3cfe935203731c0b80 /files/fr/web/api/animation
parent2c46c339b552b185def6254d895d1529d61db4c0 (diff)
downloadtranslated-content-da412bbfa23b6e02dc33331891c6d4aee2bb7242.tar.gz
translated-content-da412bbfa23b6e02dc33331891c6d4aee2bb7242.tar.bz2
translated-content-da412bbfa23b6e02dc33331891c6d4aee2bb7242.zip
Markdown fixes part 1 (fr/web/a*) (#4316)
* Fix MD038, no spaces inside code span elements * Fix MD037, no spaces inside emphasis markers * Fix MD039, no spaces inside link text * Missed link text fix in API file * Various typo fixes
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