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 web/api/animationevent/elapsedtime to MD #7230

Conversation

nathipg
Copy link
Member

@nathipg nathipg commented Jul 30, 2022

No description provided.

@nathipg nathipg self-assigned this Jul 30, 2022
@nathipg nathipg requested a review from a team as a code owner July 30, 2022 12:52
@nathipg nathipg requested review from josielrocha and removed request for a team July 30, 2022 12:52
@github-actions github-actions bot added the l10n-pt-br Issues related to Brazilian Portuguese label Jul 30, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jul 30, 2022

Preview URLs

Flaws

URL: /pt-BR/docs/Web/API/AnimationEvent/elapsedTime
Title: AnimationEvent.elapsedTime
on GitHub
Flaw count: 10

  • macros:
    • This macro has been deprecated, and should be removed.
    • This macro has been deprecated, and should be removed.
    • /pt-BR/docs/Web/CSS/animation-direction does not exist but fell back to /en-US/docs/Web/CSS/animation-direction
    • /pt-BR/docs/Web/CSS/animation-duration does not exist but fell back to /en-US/docs/Web/CSS/animation-duration
    • /pt-BR/docs/Web/CSS/animation-iteration-count does not exist but fell back to /en-US/docs/Web/CSS/animation-iteration-count
    • and 3 more flaws omitted
  • broken_links:
    • Can't resolve https://developer.mozilla.org/en-US/docs/CSS/Using_CSS_animations
  • translation_differences:
    • Differences in the important macros (2 in common of 4 possible)

External URLs

URL: /pt-BR/docs/Web/API/AnimationEvent/elapsedTime
Title: AnimationEvent.elapsedTime
on GitHub

No new external URLs

(this comment was updated 2022-07-31 02:18:29.877084)

@yin1999 yin1999 linked an issue Jul 30, 2022 that may be closed by this pull request
@josielrocha josielrocha changed the title chore: Converted web\api\animationevent\elapsedtime to MD chore: Converted web/api/animationevent/elapsedtime to MD Jul 31, 2022
Copy link
Collaborator

@josielrocha josielrocha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey Natty!

Obrigado pela contribuição.

Fiz algumas sugestões abaixo, poderia, por favor, dar uma olhada?

😉

Comment on lines +1 to +12
---
title: AnimationEvent.elapsedTime
slug: Web/API/AnimationEvent/elapsedTime
tags:
- AnimationEvent
- Animações Web
- Apps
- CSSOM
- Experimental
- Propriedade
- Referencia
translation_of: Web/API/AnimationEvent/elapsedTime
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adicionando atributos existentes na versão original

Suggested change
---
title: AnimationEvent.elapsedTime
slug: Web/API/AnimationEvent/elapsedTime
tags:
- AnimationEvent
- Animações Web
- Apps
- CSSOM
- Experimental
- Propriedade
- Referencia
translation_of: Web/API/AnimationEvent/elapsedTime
---
title: AnimationEvent.elapsedTime
slug: Web/API/AnimationEvent/elapsedTime
page-type: web-api-instance-property
tags:
- AnimationEvent
- Animações Web
- Api
- CSSOM
- Propriedade
- Referência
browser-compat: api.AnimationEvent.elapsedTime
translation_of: Web/API/AnimationEvent/elapsedTime

Comment on lines +14 to +16

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

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{{SeeCompatTable}}{{ apiref("Web Animations API") }}
{{APIRef("Web Animations API")}}

Comment on lines +25 to +30
## Especificações

| Specification | Status | Comment |
| ---------------------------------------------------------------------------------------------- | ----------------------------- | ------------------- |
| {{ SpecName('CSS3 Animations', '#AnimationEvent-elapsedTime', 'AnimationEvent.elapsedTime') }} | {{ Spec2('CSS3 Animations')}} | Initial definition. |

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Utilizando a macro para gerar as especificações

Suggested change
## Especificações
| Specification | Status | Comment |
| ---------------------------------------------------------------------------------------------- | ----------------------------- | ------------------- |
| {{ SpecName('CSS3 Animations', '#AnimationEvent-elapsedTime', 'AnimationEvent.elapsedTime') }} | {{ Spec2('CSS3 Animations')}} | Initial definition. |
## Especificações
{{Specifications}}


O **`AnimationEvent.elapsedTime`** é uma propriedade só de leitura com um ponto flutuante dando a quantidade de tempo que animação esteve rodando, em segundos, quando o evento termina, excluirá o tempo em que ela esteve em pausa. Para um evento `"animationstart" `, `elapsedTime` é `0.0` a não ser que tenha um valor negativo para {{cssxref("animation-delay")}}, nesse caso o evento irá terminar com `elapsedTime` contendo `(-1 * `_delay_`)`.

## Síntaxe
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Síntaxe
## Sintaxe

Comment on lines +37 to +39
- [Usando animações CSS.](https://developer.mozilla.org/en-US/docs/CSS/Using_CSS_animations)
- Animation-related CSS properties and at-rules: {{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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Traduzindo algumas partes do trecho abaixo.

OBS: A última linha não foi bem traduzida e mais "adaptada".

Suggested change
- [Usando animações CSS.](https://developer.mozilla.org/en-US/docs/CSS/Using_CSS_animations)
- Animation-related CSS properties and at-rules: {{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.
- [Usando animações CSS](/pt-BR/docs/CSS/Using_CSS_animations)
- Propriedades e regras de CSS relacionadas à animação: {{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")}}
- Esse atributo pertence à interface {{domxref("AnimationEvent")}}.

@queengooborg queengooborg added the markdown-conversion 100% markdown project label Aug 13, 2022
@SphinxKnight
Copy link
Member

subsumed by work on #7950

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
l10n-pt-br Issues related to Brazilian Portuguese markdown-conversion 100% markdown project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert pt-BR/docs/web/api/animationevent/elapsedtime to MD
4 participants