aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/css_transitions/index.html
blob: a179d1d93906a865370a2fa972222d77a4fae1c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
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>