Skip to content

Commit 35bbdc3

Browse files
authored
Remove experimental tag from AnimationEvent docs (#12506)
1 parent f697602 commit 35bbdc3

File tree

5 files changed

+5
-10
lines changed

5 files changed

+5
-10
lines changed

files/en-us/web/api/animationevent/animationevent/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ tags:
66
- AnimationEvent
77
- CSSOM
88
- Constructor
9-
- Experimental
109
- Reference
1110
- Web Animations
1211
browser-compat: api.AnimationEvent.AnimationEvent
1312
---
14-
{{APIRef("Web Animations")}}{{SeeCompatTable}}
13+
{{APIRef("Web Animations API")}}
1514

1615
The **`AnimationEvent()`** constructor returns a newly created
1716
{{domxref("AnimationEvent")}}, representing an event in relation with an animation.

files/en-us/web/api/animationevent/animationname/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ tags:
55
- API
66
- AnimationEvent
77
- CSSOM
8-
- Experimental
98
- Property
109
- Reference
1110
- Web Animations
1211
browser-compat: api.AnimationEvent.animationName
1312
---
14-
{{SeeCompatTable}}{{ apiref("Web Animations API") }}
13+
{{APIRef("Web Animations API")}}
1514

1615
The **`AnimationEvent.animationName`** read-only property is a
1716
{{domxref("DOMString")}} containing the value of the {{cssxref("animation-name")}} CSS

files/en-us/web/api/animationevent/elapsedtime/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ tags:
55
- API
66
- AnimationEvent
77
- CSSOM
8-
- Experimental
98
- Property
109
- Reference
1110
- Web Animations
1211
browser-compat: api.AnimationEvent.elapsedTime
1312
---
14-
{{SeeCompatTable}}{{ apiref("Web Animations API") }}
13+
{{APIRef("Web Animations API")}}
1514

1615
The **`AnimationEvent.elapsedTime`** read-only property is a
1716
`float` giving the amount of time the animation has been running, in seconds,

files/en-us/web/api/animationevent/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ title: AnimationEvent
33
slug: Web/API/AnimationEvent
44
tags:
55
- API
6-
- Experimental
76
- Interface
87
- Reference
98
- Web Animations
109
browser-compat: api.AnimationEvent
1110
---
12-
{{SeeCompatTable}}{{APIRef("Web Animations API")}}
11+
{{APIRef("Web Animations API")}}
1312

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

files/en-us/web/api/animationevent/pseudoelement/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@ tags:
66
- AnimationEvent
77
- CSS
88
- CSSOM
9-
- Experimental
109
- Property
1110
- Reference
1211
- Web Animations
1312
browser-compat: api.AnimationEvent.pseudoElement
1413
---
15-
{{SeeCompatTable}}{{ apiref("Web Animations API") }}
14+
{{APIRef("Web Animations API")}}
1615

1716
## Summary
1817

0 commit comments

Comments
 (0)