diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-09-14 23:03:58 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 23:03:58 +0900 |
commit | 57c4aff2c8160b2d5ebb7302874ba0d7f3fedf02 (patch) | |
tree | 1474a1556c2a424b38813183bab570529ff39c90 /files/ja/web/css/animation-fill-mode/index.html | |
parent | 192e9f4e82a2ad89ac985e715d63b70be9bf5996 (diff) | |
download | translated-content-57c4aff2c8160b2d5ebb7302874ba0d7f3fedf02.tar.gz translated-content-57c4aff2c8160b2d5ebb7302874ba0d7f3fedf02.tar.bz2 translated-content-57c4aff2c8160b2d5ebb7302874ba0d7f3fedf02.zip |
Web/CSS以下の文書内のリンクURLを正規化 (#2368)
- /en-US へのリンクを /ja へのリンクに修正
- /ja が付いていないものに /ja を付加
- MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正
Diffstat (limited to 'files/ja/web/css/animation-fill-mode/index.html')
-rw-r--r-- | files/ja/web/css/animation-fill-mode/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/css/animation-fill-mode/index.html b/files/ja/web/css/animation-fill-mode/index.html index ad11a24b28..a5fc4e219d 100644 --- a/files/ja/web/css/animation-fill-mode/index.html +++ b/files/ja/web/css/animation-fill-mode/index.html @@ -37,7 +37,7 @@ animation-fill-mode: both, forwards, none; <dt><code>none</code></dt> <dd>アニメーションが実行されていない時は、対象にスタイルを適用しません。要素は適用されているその他の CSS 規則を使用して表示されます。これが既定値です。</dd> <dt><code>forwards</code></dt> - <dd>対象は実行の最後の<a href="/en-US/docs/Web/CSS/@keyframes">キーフレーム</a>で設定された計算値を保持します。最後のキーフレームは {{cssxref("animation-direction")}} と {{cssxref("animation-iteration-count")}} の値によって変わります。 + <dd>対象は実行の最後の<a href="/ja/docs/Web/CSS/@keyframes">キーフレーム</a>で設定された計算値を保持します。最後のキーフレームは {{cssxref("animation-direction")}} と {{cssxref("animation-iteration-count")}} の値によって変わります。 <table class="standard-table"> <thead> <tr> @@ -81,7 +81,7 @@ animation-fill-mode: both, forwards, none; </table> </dd> <dt><code>backwards</code></dt> - <dd>アニメーションは最初の適切な<a href="/en-US/docs/Web/CSS/@keyframes">キーフレーム</a>で定義された値を対象に適用されると同時に適用し、 {{cssxref("animation-delay")}} の期間これを保持します。最初の適切なキーフレームは、 {{cssxref("animation-direction")}} の値によって変わります。 + <dd>アニメーションは最初の適切な<a href="/ja/docs/Web/CSS/@keyframes">キーフレーム</a>で定義された値を対象に適用されると同時に適用し、 {{cssxref("animation-delay")}} の期間これを保持します。最初の適切なキーフレームは、 {{cssxref("animation-direction")}} の値によって変わります。 <table class="standard-table"> <thead> <tr> |