From 3c4b64dc306ae79b8d310cdf20681ac5a1cc1f9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nath=C3=A1lia=20Pissuti?= Date: Sat, 30 Jul 2022 10:00:34 -0300 Subject: [PATCH] chore: Converted pt-br/web/api/animationevent/pseudoelement to MD --- .../animationevent/pseudoelement/index.html | 102 ------------------ .../api/animationevent/pseudoelement/index.md | 38 +++++++ 2 files changed, 38 insertions(+), 102 deletions(-) delete mode 100644 files/pt-br/web/api/animationevent/pseudoelement/index.html create mode 100644 files/pt-br/web/api/animationevent/pseudoelement/index.md diff --git a/files/pt-br/web/api/animationevent/pseudoelement/index.html b/files/pt-br/web/api/animationevent/pseudoelement/index.html deleted file mode 100644 index 15b28ab1e27586..00000000000000 --- a/files/pt-br/web/api/animationevent/pseudoelement/index.html +++ /dev/null @@ -1,102 +0,0 @@ ---- -title: AnimationEvent.pseudoElement -slug: Web/API/AnimationEvent/pseudoElement -tags: - - AnimationEvent - - Animação Web - - Apps - - CSSOM - - Propriedade - - Referencia -translation_of: Web/API/AnimationEvent/pseudoElement ---- -

{{SeeCompatTable}}{{ apiref("Web Animations API") }}

- -

Sumário

- -

AnimationEvent.pseudoElement é uma propriedade só de leitura do {{domxref("DOMString")}}, começando com '::', contendo o nome do pseudo-element em que a animação roda. Se a animação não roda em um pseudo-elemento mas em um elemento, então temos uma string vazia : ''.

- -

Síntaxe

- -
name = AnimationEvent.pseudoElement
- -

Especificações

- - - - - - - - - - - - - - - - -
EspecificaçãoEstadoComentário
{{ SpecName('CSS3 Animations', '#AnimationEvent-pseudoElement', 'AnimationEvent.pseudoElement') }}{{ Spec2('CSS3 Animations')}}Initial definition.
- -

Compatibilidade com navegadores

- -

{{ CompatibilityTable() }}

- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatNo}}{{ CompatGeckoDesktop("23.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -
-

 

- -

 

- - - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatNo}}{{ CompatGeckoMobile("23.0") }}{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -

See also

- - diff --git a/files/pt-br/web/api/animationevent/pseudoelement/index.md b/files/pt-br/web/api/animationevent/pseudoelement/index.md new file mode 100644 index 00000000000000..e946fc39d76cca --- /dev/null +++ b/files/pt-br/web/api/animationevent/pseudoelement/index.md @@ -0,0 +1,38 @@ +--- +title: AnimationEvent.pseudoElement +slug: Web/API/AnimationEvent/pseudoElement +tags: + - AnimationEvent + - Animação Web + - Apps + - CSSOM + - Propriedade + - Referencia +translation_of: Web/API/AnimationEvent/pseudoElement +--- + +{{SeeCompatTable}}{{ apiref("Web Animations API") }} + +## Sumário + +O **`AnimationEvent.pseudoElement`** é uma propriedade só de leitura do {{domxref("DOMString")}}, começando com `'::'`, contendo o nome do [pseudo-element](/en-US/docs/Web/CSS/Pseudo-elements '/en-US/docs/Web/CSS/Pseudo-elements') em que a animação roda. Se a animação não roda em um pseudo-elemento mas em um elemento, então temos uma _string_ vazia: ` ''`. + +## Síntaxe + + name = AnimationEvent.pseudoElement + +## Especificações + +| Especificação | Estado | Comentário | +| -------------------------------------------------------------------------------------------------- | ----------------------------- | ------------------- | +| {{ SpecName('CSS3 Animations', '#AnimationEvent-pseudoElement', 'AnimationEvent.pseudoElement') }} | {{ Spec2('CSS3 Animations')}} | Initial definition. | + +## Compatibilidade com navegadores + +{{Compat}} + +## See also + +- [Using CSS animations](https://developer.mozilla.org/en-US/docs/CSS/Using_CSS_animations) +- {{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")}}. +- The {{domxref("AnimationEvent")}} interface it belongs to.