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/pseudoelement to MD #7233

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/pseudoelement/index.html

This file was deleted.

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