diff options
author | inokawa <48897392+inokawa@users.noreply.github.com> | 2021-12-25 12:52:25 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-12-25 23:08:09 +0900 |
commit | 14a5dffe716b1d2c857177d6bf38f6a28cdc6bed (patch) | |
tree | c8478b70b4d098b2b7f9af1545e77aa63740ea50 | |
parent | f6911720d9a0219d009e0502c2815a7be06fdbaf (diff) | |
download | translated-content-14a5dffe716b1d2c857177d6bf38f6a28cdc6bed.tar.gz translated-content-14a5dffe716b1d2c857177d6bf38f6a28cdc6bed.tar.bz2 translated-content-14a5dffe716b1d2c857177d6bf38f6a28cdc6bed.zip |
Fix typo
-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 cd26fc6f30..eb46cf1089 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 @@ -202,7 +202,7 @@ bottle.addEventListener("touchstart", shrinkAlice, false);</pre> <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> -<p>小さな子どもたちは、オートマトンのチェスのコマとは異なり、疲れやすいのでアリスは常に速度をとしています。彼女のアニメーションの <code>playbackRate</code> に衰えを設定することでコードでこれを表現しました。</p> +<p>小さな子どもたちは、オートマトンのチェスのコマとは異なり、疲れやすいのでアリスは常に速度を落としています。彼女のアニメーションの <code>playbackRate</code> に衰えを設定することでコードでこれを表現しました。</p> <pre class="brush: js notranslate">setInterval( function() { |