Skip to content

Commit

Permalink
Remove initAnimationEvent() documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Aug 19, 2021
1 parent ffd703d commit 616490b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 119 deletions.
3 changes: 2 additions & 1 deletion files/en-us/_redirects.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6785,8 +6785,9 @@
/en-US/docs/Web/API/AnimationEvent.AnimationEvent /en-US/docs/Web/API/AnimationEvent/AnimationEvent
/en-US/docs/Web/API/AnimationEvent.animationName /en-US/docs/Web/API/AnimationEvent/animationName
/en-US/docs/Web/API/AnimationEvent.elapsedTime /en-US/docs/Web/API/AnimationEvent/elapsedTime
/en-US/docs/Web/API/AnimationEvent.initAnimationEvent /en-US/docs/Web/API/AnimationEvent/initAnimationEvent
/en-US/docs/Web/API/AnimationEvent.initAnimationEvent /en-US/docs/Web/API/AnimationEvent/AnimationEvent
/en-US/docs/Web/API/AnimationEvent.pseudoElement /en-US/docs/Web/API/AnimationEvent/pseudoElement
/en-US/docs/Web/API/AnimationEvent/initAnimationEvent /en-US/docs/Web/API/AnimationEvent/AnimationEvent
/en-US/docs/Web/API/AnimationPlaybackEvent/AnimationPlaybackEvent.timelineTime /en-US/docs/Web/API/AnimationPlaybackEvent/timelineTime
/en-US/docs/Web/API/AnimationPlayer /en-US/docs/Web/API/Animation
/en-US/docs/Web/API/AnimationPlayer.currentTime /en-US/docs/Web/API/Animation/currentTime
Expand Down
11 changes: 0 additions & 11 deletions files/en-us/_wikihistory.json
Original file line number Diff line number Diff line change
Expand Up @@ -27516,17 +27516,6 @@
"tregagnon"
]
},
"Web/API/AnimationEvent/initAnimationEvent": {
"modified": "2020-10-15T21:24:41.397Z",
"contributors": [
"sideshowbarker",
"fscholz",
"erikadoyle",
"teoli",
"Sheppy",
"tregagnon"
]
},
"Web/API/AnimationEvent/pseudoElement": {
"modified": "2020-10-15T21:24:40.901Z",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/mozilla/firefox/releases/23/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h3 id="DOM">DOM</h3>
<li>The {{domxref("AnimationEvent.pseudoElement")}} property has been implemented ({{bug(848293)}}).</li>
<li>The {{domxref("TransitionEvent.TransitionEvent", "TransitionEvent()")}} constructor has been added ({{bug(848291)}}).</li>
<li>The {{domxref("TransitionEvent.pseudoElement")}} property has been implemented ({{bug(848291)}}).</li>
<li>The non-standard {{domxref("TransitionEvent.initTransitionEvent()")}} and {{domxref("AnimationEvent.initAnimationEvent()")}} have been removed ({{bug(868751)}}).</li>
<li>The non-standard {{domxref("TransitionEvent.initTransitionEvent()")}} and <code>AnimationEvent.initAnimationEvent()</code> have been removed ({{bug(868751)}}).</li>
</ul>

<h3 id="WebRTC">WebRTC</h3>
Expand Down
7 changes: 1 addition & 6 deletions files/en-us/web/api/animationevent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@ <h2 id="Properties">Properties</h2>

<h2 id="Methods">Methods</h2>

<p><em>Also inherits methods from its parent {{domxref("Event")}}</em>.</p>

<dl>
<dt>{{domxref("AnimationEvent.initAnimationEvent()")}} {{non-standard_inline}}{{deprecated_inline}}</dt>
<dd>Initializes a <code>AnimationEvent</code> created using the deprecated {{domxref("Document.createEvent()", "Document.createEvent(\"AnimationEvent\")")}} method.</dd>
</dl>
<p><em>Inherits methods from its parent, {{domxref("Event")}}</em>.</p>

<h2 id="Specifications">Specifications</h2>

Expand Down
100 changes: 0 additions & 100 deletions files/en-us/web/api/animationevent/initanimationevent/index.html

This file was deleted.

0 comments on commit 616490b

Please sign in to comment.