diff options
Diffstat (limited to 'files/fr/web/api/animationevent')
-rw-r--r-- | files/fr/web/api/animationevent/animationevent/index.html | 4 | ||||
-rw-r--r-- | files/fr/web/api/animationevent/index.html | 2 | ||||
-rw-r--r-- | files/fr/web/api/animationevent/pseudoelement/index.html | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/files/fr/web/api/animationevent/animationevent/index.html b/files/fr/web/api/animationevent/animationevent/index.html index d610f10bec..aa793738cf 100644 --- a/files/fr/web/api/animationevent/animationevent/index.html +++ b/files/fr/web/api/animationevent/animationevent/index.html @@ -22,11 +22,11 @@ translation_of: Web/API/AnimationEvent/AnimationEvent <dt><code>type</code></dt> <dd>Un {{domxref("DOMString")}} représentant le nom du type de <code>AnimationEvent</code>. Il est sensible à la casse (majuscule-minuscule) et peut être: <code>'animationstart'</code>, <code>'animationend'</code>, or <code>'animationiteration'</code>.</dd> <dt><code>animationName</code> {{optional_inline}}</dt> - <dd>Un {{domxref("DOMString")}} contenant la valeur de la propriété associée avec la transition.{{cssxref("animation-name")}} . Prend par défaut <code style="font-size: 16px !important; line-height: 24px !important;">""</code>.</dd> + <dd>Un {{domxref("DOMString")}} contenant la valeur de la propriété associée avec la transition.{{cssxref("animation-name")}} . Prend par défaut <code>""</code>.</dd> <dt><code>elapsedTime</code> {{optional_inline}}</dt> <dd>Un <code>float</code> donne le montant de temps d'une application qui a fonctionné, en secondes, quand l'évenenement est déclenché, excluant le temps de pause des animations. Pour un évènement <code>"animationstart"</code> , <code>elapsedTime</code> est de <code>0.0</code> jusqu'a ce qu'il y ai une valeur négative pour une valeur {{cssxref("animation-delay")}}, dans le case où l'évenement est déclenché par <code>elapsedTime</code> contenant <code>(-1 * </code><em>délais</em><code>)</code>. SA valeur par défaut vaut <code>0.0</code>.</dd> <dt><code>pseudoElement</code> {{optional_inline}}</dt> - <dd>Is a {{domxref("DOMString")}}, starting with <code>"::"</code>, containing the name of the <a href="/en-US/docs/Web/CSS/Pseudo-elements" title="Learn more about pseudo-elements.">pseudo-element</a> the animation runs on. If the animation doesn't run on a pseudo-element but on the element itself, specify an empty string: <code>""</code>. It defaults to <code>""</code>.</dd> + <dd>Is a {{domxref("DOMString")}}, starting with <code>"::"</code>, containing the name of the <a href="/en-US/docs/Web/CSS/Pseudo-elements">pseudo-element</a> the animation runs on. If the animation doesn't run on a pseudo-element but on the element itself, specify an empty string: <code>""</code>. It defaults to <code>""</code>.</dd> </dl> <h3 id="Return_value">Return value</h3> diff --git a/files/fr/web/api/animationevent/index.html b/files/fr/web/api/animationevent/index.html index 0001dcfe0d..9b24b82be1 100644 --- a/files/fr/web/api/animationevent/index.html +++ b/files/fr/web/api/animationevent/index.html @@ -11,7 +11,7 @@ translation_of: Web/API/AnimationEvent --- <p>{{SeeCompatTable}}{{APIRef("Web Animations API")}}</p> -<p><span class="seoSummary">L'interface <code><strong>AnimationEvent</strong></code> représentent les évènements apportant des informations sur les <a href="/fr/docs/CSS/Animations_CSS">animations CSS</a>.</span></p> +<p>L'interface <code><strong>AnimationEvent</strong></code> représentent les évènements apportant des informations sur les <a href="/fr/docs/CSS/Animations_CSS">animations CSS</a>.</p> <p>{{InheritanceDiagram}}</p> diff --git a/files/fr/web/api/animationevent/pseudoelement/index.html b/files/fr/web/api/animationevent/pseudoelement/index.html index 188f2b43f0..9bee1cda03 100644 --- a/files/fr/web/api/animationevent/pseudoelement/index.html +++ b/files/fr/web/api/animationevent/pseudoelement/index.html @@ -11,7 +11,7 @@ translation_of: Web/API/AnimationEvent/pseudoElement --- <p>{{SeeCompatTable}}{{ apiref("AnimationEvent") }}</p> -<p><span class="seoSummary">La propriété en lecture seule <code><strong>AnimationEvent.pseudoElement</strong></code> est une {{domxref("DOMString")}}, commençant par <code>'::'</code>, contenant le nom du <a href="/fr/docs/CSS/Pseudo-éléments" title="/en-US/docs/Web/CSS/Pseudo-elements">pseudo-élément</a> sur lequel tourne l'animation. </span>Si l'animation ne tourne pas sur un pseudo-élément, mais sur un élément, c'est une chaîne de caractère vide : <code>''</code><code>.</code></p> +<p>La propriété en lecture seule <code><strong>AnimationEvent.pseudoElement</strong></code> est une {{domxref("DOMString")}}, commençant par <code>'::'</code>, contenant le nom du <a href="/fr/docs/CSS/Pseudo-éléments">pseudo-élément</a> sur lequel tourne l'animation. Si l'animation ne tourne pas sur un pseudo-élément, mais sur un élément, c'est une chaîne de caractère vide : <code>''</code><code>.</code></p> <h2 id="Syntaxe">Syntaxe</h2> |