Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Converted pt-br/web/api/animationevent/animationname to MD #7238

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 0 additions & 102 deletions files/pt-br/web/api/animationevent/animationname/index.html

This file was deleted.

36 changes: 36 additions & 0 deletions files/pt-br/web/api/animationevent/animationname/index.md
Original file line number Diff line number Diff line change
@@ -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.