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

Remove experimental tag from AnimationEvent docs #12506

Merged
merged 1 commit into from
Jan 30, 2022
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ tags:
- AnimationEvent
- CSSOM
- Constructor
- Experimental
- Reference
- Web Animations
browser-compat: api.AnimationEvent.AnimationEvent
---
{{APIRef("Web Animations")}}{{SeeCompatTable}}
{{APIRef("Web Animations API")}}

The **`AnimationEvent()`** constructor returns a newly created
{{domxref("AnimationEvent")}}, representing an event in relation with an animation.
Expand Down
3 changes: 1 addition & 2 deletions files/en-us/web/api/animationevent/animationname/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ tags:
- API
- AnimationEvent
- CSSOM
- Experimental
- Property
- Reference
- Web Animations
browser-compat: api.AnimationEvent.animationName
---
{{SeeCompatTable}}{{ apiref("Web Animations API") }}
{{APIRef("Web Animations API")}}

The **`AnimationEvent.animationName`** read-only property is a
{{domxref("DOMString")}} containing the value of the {{cssxref("animation-name")}} CSS
Expand Down
3 changes: 1 addition & 2 deletions files/en-us/web/api/animationevent/elapsedtime/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ tags:
- API
- AnimationEvent
- CSSOM
- Experimental
- Property
- Reference
- Web Animations
browser-compat: api.AnimationEvent.elapsedTime
---
{{SeeCompatTable}}{{ apiref("Web Animations API") }}
{{APIRef("Web Animations API")}}

The **`AnimationEvent.elapsedTime`** read-only property is a
`float` giving the amount of time the animation has been running, in seconds,
Expand Down
3 changes: 1 addition & 2 deletions files/en-us/web/api/animationevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ title: AnimationEvent
slug: Web/API/AnimationEvent
tags:
- API
- Experimental
- Interface
- Reference
- Web Animations
browser-compat: api.AnimationEvent
---
{{SeeCompatTable}}{{APIRef("Web Animations API")}}
{{APIRef("Web Animations API")}}

The **`AnimationEvent`** interface represents events providing information related to [animations](/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations).

Expand Down
3 changes: 1 addition & 2 deletions files/en-us/web/api/animationevent/pseudoelement/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ tags:
- AnimationEvent
- CSS
- CSSOM
- Experimental
- Property
- Reference
- Web Animations
browser-compat: api.AnimationEvent.pseudoElement
---
{{SeeCompatTable}}{{ apiref("Web Animations API") }}
{{APIRef("Web Animations API")}}

## Summary

Expand Down