diff --git a/files/en-us/web/api/animationevent/animationevent/index.md b/files/en-us/web/api/animationevent/animationevent/index.md index 3cd49c715be7d89..01b901679ec0be5 100644 --- a/files/en-us/web/api/animationevent/animationevent/index.md +++ b/files/en-us/web/api/animationevent/animationevent/index.md @@ -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. diff --git a/files/en-us/web/api/animationevent/animationname/index.md b/files/en-us/web/api/animationevent/animationname/index.md index d13f6e074af7414..bf0c989f0523933 100644 --- a/files/en-us/web/api/animationevent/animationname/index.md +++ b/files/en-us/web/api/animationevent/animationname/index.md @@ -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 diff --git a/files/en-us/web/api/animationevent/elapsedtime/index.md b/files/en-us/web/api/animationevent/elapsedtime/index.md index 798c116088cd2a6..3da27a9a93e9a39 100644 --- a/files/en-us/web/api/animationevent/elapsedtime/index.md +++ b/files/en-us/web/api/animationevent/elapsedtime/index.md @@ -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, diff --git a/files/en-us/web/api/animationevent/index.md b/files/en-us/web/api/animationevent/index.md index 69578b790ea1f46..3b4b906227fee76 100644 --- a/files/en-us/web/api/animationevent/index.md +++ b/files/en-us/web/api/animationevent/index.md @@ -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). diff --git a/files/en-us/web/api/animationevent/pseudoelement/index.md b/files/en-us/web/api/animationevent/pseudoelement/index.md index 10503a270084405..eef49dc170c7da9 100644 --- a/files/en-us/web/api/animationevent/pseudoelement/index.md +++ b/files/en-us/web/api/animationevent/pseudoelement/index.md @@ -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