diff options
author | Teruteru <teruterubouzu1024@gmail.com> | 2022-02-22 14:53:40 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-02-26 16:07:57 +0900 |
commit | 95433e7bb626395304f7b94852592a476e689122 (patch) | |
tree | 4b2ce038c939cee5f210cec240661639efd072e2 /files | |
parent | f632d978d1a2f14ec95ded030c72077405c82887 (diff) | |
download | translated-content-95433e7bb626395304f7b94852592a476e689122.tar.gz translated-content-95433e7bb626395304f7b94852592a476e689122.tar.bz2 translated-content-95433e7bb626395304f7b94852592a476e689122.zip |
Fix broken link
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/web/api/animationevent/index.html | 4 |
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> |