aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/css_transitions/index.md
diff options
context:
space:
mode:
authorMasahiro FUJIMOTO <mfujimot@gmail.com>2021-12-30 21:46:42 +0900
committerMasahiro FUJIMOTO <mfujimot@gmail.com>2022-01-06 20:42:58 +0900
commit1caa1fdc59eaacc236eea85b3c6e53ba5981bce3 (patch)
tree8f2610bd5b71cd0c08da0bbeeb6e8ddc4b03d413 /files/ja/web/css/css_transitions/index.md
parent05a0ac83802a672c00bfee53ecf8a88ad7f1eaaa (diff)
downloadtranslated-content-1caa1fdc59eaacc236eea85b3c6e53ba5981bce3.tar.gz
translated-content-1caa1fdc59eaacc236eea85b3c6e53ba5981bce3.tar.bz2
translated-content-1caa1fdc59eaacc236eea85b3c6e53ba5981bce3.zip
CSS Transitions の文書を変換準備
Diffstat (limited to 'files/ja/web/css/css_transitions/index.md')
-rw-r--r--files/ja/web/css/css_transitions/index.md61
1 files changed, 61 insertions, 0 deletions
diff --git a/files/ja/web/css/css_transitions/index.md b/files/ja/web/css/css_transitions/index.md
new file mode 100644
index 0000000000..a179d1d939
--- /dev/null
+++ b/files/ja/web/css/css_transitions/index.md
@@ -0,0 +1,61 @@
+---
+title: CSS トランジション
+slug: Web/CSS/CSS_Transitions
+tags:
+ - CSS
+ - CSS Transitions
+ - Experimental
+ - Overview
+ - Reference
+ - TopicStub
+translation_of: Web/CSS/CSS_Transitions
+---
+<div>{{CSSRef}}</div>
+
+<p><ruby><strong>CSS トランジション</strong><rp> (</rp><rt>CSS Transition</rt><rp>) </rp></ruby>は CSS のモジュールの一つで、特定の CSS プロパティの値の間でスムーズな変化を作り出す方法を定義します。タイミング関数を使って、ただ作り出すだけでなく、その進化を定義することもできます。</p>
+
+<h2 id="Reference" name="Reference">リファレンス</h2>
+
+<h3 id="Properties" name="Properties">プロパティ</h3>
+
+<div class="index">
+<ul>
+ <li>{{cssxref("transition")}}</li>
+ <li>{{cssxref("transition-delay")}}</li>
+ <li>{{cssxref("transition-duration")}}</li>
+ <li>{{cssxref("transition-property")}}</li>
+ <li>{{cssxref("transition-timing-function")}}</li>
+</ul>
+</div>
+
+<h2 id="Guide" name="Guide">ガイド</h2>
+
+<dl>
+ <dt><a href="/ja/docs/Web/CSS/CSS_Transitions/Using_CSS_transitions">CSS トランジションの使用</a></dt>
+ <dd>CSS を使ってスムーズな変化を作る方法についての、ステップ・バイ・ステップのチュートリアルです。この記事では関連する各 CSS プロパティと、それらがどのように作用するかを解説します。</dd>
+</dl>
+
+<h2 id="Specifications" name="Specifications">仕様書</h2>
+
+<table class="standard-table">
+ <thead>
+ <tr>
+ <th scope="col">仕様書</th>
+ <th scope="col">状態</th>
+ <th scope="col">備考</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>{{SpecName('CSS3 Transitions')}}</td>
+ <td>{{Spec2('CSS3 Transitions')}}</td>
+ <td>初回定義</td>
+ </tr>
+ </tbody>
+</table>
+
+<h2 id="See_also" name="See_also">関連情報</h2>
+
+<ul>
+ <li>CSS トランジションに関連して、<a href="/ja/docs/Web/CSS/CSS_Animations">CSS アニメーション</a>では、より細かいプロパティの動きの制御を提供します。</li>
+</ul>