--- title: SVGAnimateElement slug: Web/API/SVGAnimateElement translation_of: Web/API/SVGAnimateElement ---
{{APIRef("SVG")}}

 SVGAnimateElement 接口对应于 {{SVGElement("animate")}} 元素。

{{InheritanceDiagram(600, 140)}}

属性

该接口没有属性,但从其父级继承属性,

{{domxref("SVGAnimationElement")}}.

方法

该接口没有方法,但从其父级继承方法,

{{domxref("SVGAnimationElement")}}.

技术指标

Specification Status Comment
{{SpecName("SVG Animations 2", "#InterfaceSVGAnimateElement", "SVGAnimateElement")}} {{Spec2("SVG Animations 2")}} 从{{domxref("SVGStylable")}}中删除继承
{{SpecName("SVG1.1", "animate.html#InterfaceSVGAnimateElement", "SVGAnimateElement")}} {{Spec2("SVG1.1")}} 初始定义

浏览器兼容性

{{Compat("api.SVGAnimateElement")}}