blob: c81812825246005b65474b18a237a24c0793e4a2 (
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
---
title: animateColor
slug: Web/SVG/Element/animateColor
tags:
- Deprecated
- Element
- SVG
- SVG Animation
translation_of: Web/SVG/Element/animateColor
---
<div>{{SVGRef}}{{deprecated_header}}</div>
<div class="warning">
<p>この要素はSVG1.1仕様(第2版)で廃止され、将来のSVGのバージョンで削除される可能性があります。 この要素は {{ SVGElement("animate") }} 要素に置き換えられ、FirefoxやInternet Explorerでは実装されておりません。SVGファイル製作者はこの要素の代わりに{{ SVGElement("animate") }}要素を使うべきです。</p>
</div>
<h2 id="概要">概要</h2>
<p><code>animateColor</code>要素は時間経過による色の変換を指定します。</p>
<h2 id="使用可能な場所">使用可能な場所</h2>
<p>{{svginfo}}</p>
<h2 id="例">例</h2>
<p>» <a href="/files/3264/animateColor.svg" title="/files/3264/animateColor.svg">animateColor.svg</a></p>
<h2 id="属性">属性</h2>
<h3 id="グローバル属性">グローバル属性</h3>
<ul>
<li><a href="/ja/docs/Web/SVG/Attribute#ConditionalProcessing">条件処理属性</a> »</li>
<li><a href="/ja/docs/Web/SVG/Attribute#Core">コア属性</a> »</li>
<li><a href="/ja/docs/Web/SVG/Attribute#AnimationEvent">アニメーションイベント属性</a> »</li>
<li><a href="/ja/docs/Web/SVG/Attribute#XLink">Xlink属性</a> »</li>
<li><a href="/ja/docs/Web/SVG/Attribute#AnimationAttributeTarget">Animation attribute target attributes</a> »</li>
<li><a href="/ja/docs/Web/SVG/Attribute#AnimationTiming">アニメーションタイミング属性</a> »</li>
<li><a href="/ja/docs/Web/SVG/Attribute#AnimationValue">Animation value attributes</a> »</li>
<li><a href="/ja/docs/Web/SVG/Attribute#AnimationAddition">Animation addition attributes</a> »</li>
<li>{{ SVGAttr("externalResourcesRequired") }}</li>
</ul>
<h3 id="専用属性">専用属性</h3>
<ul>
<li>{{ SVGAttr("by") }}</li>
<li>{{ SVGAttr("from") }}</li>
<li>{{ SVGAttr("to") }}</li>
</ul>
<h2 id="DOM_インターフェース">DOM インターフェース</h2>
<p>この要素は <code><a href="/ja/docs/DOM/SVGAnimateColorElement" title="en/DOM/SVGAnimateColorElement">SVGAnimateColorElement</a></code> インターフェースを提供します。</p>
<h2 id="仕様">仕様</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("SVG1.1", "animate.html#AnimateColorElement", "<animateColor>")}}</td>
<td>{{Spec2("SVG1.1")}}</td>
<td>最初の定義</td>
</tr>
</tbody>
</table>
<h2 id="ブラウザー互換性">ブラウザー互換性</h2>
<p>{{Compat("svg.elements.animateColor")}}</p>
<h2 id="関連情報">関連情報</h2>
<ul>
<li>{{ SVGElement("animate") }}</li>
</ul>
|