diff options
Diffstat (limited to 'files/fr/web/api/animationevent/pseudoelement')
-rw-r--r-- | files/fr/web/api/animationevent/pseudoelement/index.html | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/files/fr/web/api/animationevent/pseudoelement/index.html b/files/fr/web/api/animationevent/pseudoelement/index.html new file mode 100644 index 0000000000..ced5bee1aa --- /dev/null +++ b/files/fr/web/api/animationevent/pseudoelement/index.html @@ -0,0 +1,50 @@ +--- +title: AnimationEvent.pseudoElement +slug: Web/API/AnimationEvent/pseudoElement +tags: + - API + - AnimationEvent + - Experimental + - Propriété + - Reference +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> + +<h2 id="Syntaxe">Syntaxe</h2> + +<pre class="syntaxbox"><em>nom</em> = <em>AnimationEvent</em>.pseudoElement</pre> + +<h2 id="Spécifications">Spécifications</h2> + +<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', '#AnimationEvent-pseudoElement', 'AnimationEvent.pseudoElement') }}</td> + <td>{{ Spec2('CSS3 Animations')}}</td> + <td>Définition initiale.</td> + </tr> + </tbody> +</table> +<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> + +<div class="hidden">Le tableau de compatibilité de cette page a été généré à partir de données structurées. Si vous souhaitez contribuer à ces données, n'hésitez pas à consulter <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> et à nous envoyer une <em>pull request</em>.</div> + +<p>{{Compat("api.AnimationEvent.pseudoElement")}}</p> + +<h2 id="Voir_également">Voir également</h2> + +<ul> + <li><a href="/fr/docs/CSS/Animations_CSS">Utiliser les animations CSS</a></li> + <li>Propriétés et règles @ en relation avec les animations CSS : {{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")}}, {{cssxref("@keyframes")}}.</li> + <li>L'interface {{domxref("AnimationEvent")}} à laquelle elle est rattachée.</li> +</ul> |