--- title: SVGAnimateElement slug: Web/API/SVGAnimateElement translation_of: Web/API/SVGAnimateElement ---
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")}}