diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/web/css/css_transitions/using_css_transitions/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/css/css_transitions/using_css_transitions/index.html b/files/ja/web/css/css_transitions/using_css_transitions/index.html index aaeebd27ee..a952d761ac 100644 --- a/files/ja/web/css/css_transitions/using_css_transitions/index.html +++ b/files/ja/web/css/css_transitions/using_css_transitions/index.html @@ -919,7 +919,7 @@ var intervalID = window.setInterval(updateTransition, 7000); } </pre> -<p>以下ののようであるかのように扱われます。</p> +<p>以下のようであるかのように扱われます。</p> <pre class="brush: css notranslate">div { transition-property: opacity, left, top, height; |