--- title: animateColor slug: Web/SVG/Element/animateColor tags: - Deprecated - Element - SVG - SVG Animation translation_of: Web/SVG/Element/animateColor ---
{{SVGRef}}{{deprecated_header}}

この要素はSVG1.1仕様(第2版)で廃止され、将来のSVGのバージョンで削除される可能性があります。 この要素は {{ SVGElement("animate") }} 要素に置き換えられ、FirefoxやInternet Explorerでは実装されておりません。SVGファイル製作者はこの要素の代わりに{{ SVGElement("animate") }}要素を使うべきです。

概要

animateColor要素は時間経過による色の変換を指定します。

使用可能な場所

{{svginfo}}

» animateColor.svg

属性

グローバル属性

専用属性

DOM インターフェース

この要素は SVGAnimateColorElement インターフェースを提供します。

仕様

仕様 状態 コメント
{{SpecName("SVG1.1", "animate.html#AnimateColorElement", "<animateColor>")}} {{Spec2("SVG1.1")}} 最初の定義

ブラウザー互換性

{{Compat("svg.elements.animateColor")}}

関連情報