aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/transition-timing-function
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-09-14 23:03:58 +0900
committerGitHub <noreply@github.com>2021-09-14 23:03:58 +0900
commit57c4aff2c8160b2d5ebb7302874ba0d7f3fedf02 (patch)
tree1474a1556c2a424b38813183bab570529ff39c90 /files/ja/web/css/transition-timing-function
parent192e9f4e82a2ad89ac985e715d63b70be9bf5996 (diff)
downloadtranslated-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/transition-timing-function')
-rw-r--r--files/ja/web/css/transition-timing-function/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/css/transition-timing-function/index.html b/files/ja/web/css/transition-timing-function/index.html
index b7f542f49d..bce50156f2 100644
--- a/files/ja/web/css/transition-timing-function/index.html
+++ b/files/ja/web/css/transition-timing-function/index.html
@@ -245,7 +245,7 @@ var intervalID = window.setInterval(updateTransition, 10000);
<p>Some animations can be helpful such as to guide users to understand what actions are expected, to show relationships within the user interface, and to inform users as to what actions have occurred. Animations can help reduce cognitive load, prevent change blindness, and establish better recall in spatial relationships. However, some animations can be problematic for people with cognitive concerns such as Attention Deficit Hyperactivity Disorder (ADHD) and certain kinds of motion can be a trigger for Vestibular disorders, epilepsy, and migraine and Scotopic sensitivity.</p>
-<p>Consider providing a mechanism for pausing or disabling animation, as well as using the <a href="/en-US/docs/Web/CSS/@media/prefers-reduced-motion">Reduced Motion Media Query</a> to create a complimentary experience for users who have expressed a preference for no animated experiences.</p>
+<p>Consider providing a mechanism for pausing or disabling animation, as well as using the <a href="/ja/docs/Web/CSS/@media/prefers-reduced-motion">Reduced Motion Media Query</a> to create a complimentary experience for users who have expressed a preference for no animated experiences.</p>
<h2 id="Specifications" name="Specifications">仕様書</h2>