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

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

- -

AnimationEvent.animationName é uma propriedade só de leitura do{{domxref("DOMString")}} contendo o valor de {{cssxref("animation-name")}} propriedade CSS relacionada com a trasição.

- -

Síntaxe

- -
name = AnimationEvent.animationName
- -

Especificações

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

Compatibilidade com navegadores

- -

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - -
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support{{CompatVersionUnknown}}{{ CompatGeckoDesktop("6.0") }}10.0{{CompatVersionUnknown}}{{CompatVersionUnknown}}
- -

 

- -

 

-
- -
- - - - - - - - - - - - - - - - - - - - - -
CaracterísticaAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari MobileChrome for Android
Basic support{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatUnknown}}{{CompatChrome(43.0)}}
-
- -

See also

- - diff --git a/files/pt-br/web/api/animationevent/animationname/index.md b/files/pt-br/web/api/animationevent/animationname/index.md new file mode 100644 index 00000000000000..e8237e99026525 --- /dev/null +++ b/files/pt-br/web/api/animationevent/animationname/index.md @@ -0,0 +1,36 @@ +--- +title: AnimationEvent.animationName +slug: Web/API/AnimationEvent/animationName +tags: + - AnimationEvent + - Animação Web + - Apps + - CSSOM + - Propriedade + - Referencia +translation_of: Web/API/AnimationEvent/animationName +--- + +{{APIRef("Web Animations API")}} + +`O AnimationEvent.animationName `é uma propriedade só de leitura do{{domxref("DOMString")}} contendo o valor de {{cssxref("animation-name")}} propriedade CSS relacionada com a trasição. + +## Síntaxe + + name = AnimationEvent.animationName + +## Especificações + +| Especificação | Estado | Comentário | +| ---------------------------------------------------------------------------------------------------- | ------------------------------- | --------------------- | +| `{{ SpecName('CSS3 Animations', '#AnimationEvent-animationName', 'AnimationEvent.animationName') }}` | `{{ Spec2('CSS3 Animations')}}` | `Initial definition.` | + +## Compatibilidade com navegadores + +{{Compat}} + +## See also + +- [Usando animações CSS](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.