aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/ja/web/api/animationevent/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/api/animationevent/index.html b/files/ja/web/api/animationevent/index.html
index b69e0cbc6b..4db188602d 100644
--- a/files/ja/web/api/animationevent/index.html
+++ b/files/ja/web/api/animationevent/index.html
@@ -13,7 +13,7 @@ translation_of: Web/API/AnimationEvent
---
<div>{{SeeCompatTable}}{{APIRef("Web Animations API")}}</div>
-<p><strong><code>AnimationEvent</code></strong> インターフェイスは、<a href="/ja/docs/Web/Guide/CSS/Using_CSS_animations">アニメーション</a>に関する情報を提供するイベントを表します。</p>
+<p><strong><code>AnimationEvent</code></strong> インターフェイスは、<a href="/ja/docs/Web/CSS/CSS_Animations/Using_CSS_animations">アニメーション</a>に関する情報を提供するイベントを表します。</p>
<p>{{InheritanceDiagram}}</p>
@@ -72,6 +72,6 @@ translation_of: Web/API/AnimationEvent
<h2 id="See_also" name="See_also">関連情報</h2>
<ul>
- <li><a href="/ja/docs/CSS/Using_CSS_animations">CSS アニメーションの使用</a></li>
+ <li><a href="/ja/docs/Web/CSS/CSS_Animations/Using_CSS_animations">CSS アニメーションの使用</a></li>
<li>アニメーションに関する CSS プロパティと @-規則: {{cssxref("animation")}}, {{cssxref("animation-delay")}}, {{cssxref("animation-direction")}}, {{cssxref("animation-duration")}}, {{cssxref("animation-fill-mode")}}, {{cssxref("animation-iteration-count")}}, {{cssxref("animation-name")}}, {{cssxref("animation-play-state")}}, {{cssxref("animation-timing-function")}}, {{cssxref("@keyframes")}}.</li>
</ul>