Skip to content

Commit

Permalink
Remove experimental tag from AnimationEvent docs (#12506)
Browse files Browse the repository at this point in the history
  • Loading branch information
alattalatta authored Jan 30, 2022
1 parent f697602 commit 35bbdc3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions files/en-us/web/api/animationevent/animationevent/index.md
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

0 comments on commit 35bbdc3

Please sign in to comment.