diff options
author | inokawa <48897392+inokawa@users.noreply.github.com> | 2021-11-28 23:32:22 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-12-02 09:11:03 +0900 |
commit | 7193740ae496c178379060e3f9706cecc327a68e (patch) | |
tree | 9b04b2160840fc5884d1ba6781299de999ea5890 /files/ja/web/api/web_animations_api | |
parent | e2dd5340b9ff1683cee10fc686aa509aeeecfa9d (diff) | |
download | translated-content-7193740ae496c178379060e3f9706cecc327a68e.tar.gz translated-content-7193740ae496c178379060e3f9706cecc327a68e.tar.bz2 translated-content-7193740ae496c178379060e3f9706cecc327a68e.zip |
Fix typo
Diffstat (limited to 'files/ja/web/api/web_animations_api')
-rw-r--r-- | files/ja/web/api/web_animations_api/using_the_web_animations_api/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/web_animations_api/using_the_web_animations_api/index.html b/files/ja/web/api/web_animations_api/using_the_web_animations_api/index.html index 69e4d74170..c7543fe430 100644 --- a/files/ja/web/api/web_animations_api/using_the_web_animations_api/index.html +++ b/files/ja/web/api/web_animations_api/using_the_web_animations_api/index.html @@ -198,7 +198,7 @@ cake.addEventListener("touchstart", growAlice, false);</pre> bottle.addEventListener("mousedown", shrinkAlice, false); bottle.addEventListener("touchstart", shrinkAlice, false);</pre> -<p><a href="https://ja.wikipedia.org/wiki/%E9%8F%A1%E3%81%AE%E5%9B%BD%E3%81%AE%E3%82%A2%E3%83%AA%E3%82%B9">鏡の国のアリス</a>では、アリスは走り続けなければならない世界に移動します。レッドクイーンのレースの例では、アリストレッドクイーンが所定の位置にとどまっています。(<a href="http://codepen.io/rachelnabors/pen/PNGGaV">Codepen の</a> 完全なコードを参照してください。)</p> +<p><a href="https://ja.wikipedia.org/wiki/%E9%8F%A1%E3%81%AE%E5%9B%BD%E3%81%AE%E3%82%A2%E3%83%AA%E3%82%B9">鏡の国のアリス</a>では、アリスは走り続けなければならない世界に移動します。レッドクイーンのレースの例では、アリスとレッドクイーンが所定の位置にとどまっています。(<a href="http://codepen.io/rachelnabors/pen/PNGGaV">Codepen の</a> 完全なコードを参照してください。)</p> <p><a href="http://codepen.io/rachelnabors/pen/PNGGaV"><img alt="Alice and the Red Queen race to get to the next square in this game." src="https://mdn.mozillademos.org/files/13847/red-queen-race_optimized.gif" style="display: block; height: 342px; margin-left: auto; margin-right: auto; width: 640px;"></a></p> |