--- title: SVGAnimateElement slug: Web/API/SVGAnimateElement translation_of: Web/API/SVGAnimateElement --- <div>{{APIRef("SVG")}}</div> <p> <strong><code>SVGAnimateElement</code></strong> 接口对应于 {{SVGElement("animate")}} 元素。</p> <p>{{InheritanceDiagram(600, 140)}}</p> <h2 id="属性">属性</h2> <p><em>该接口没有属性,但从其父级继承属性,</em></p> <p><em>{{domxref("SVGAnimationElement")}}.</em></p> <h2 id="方法">方法</h2> <p><em>该接口没有方法,但从其父级继承方法,</em></p> <p><em>{{domxref("SVGAnimationElement")}}.</em></p> <h2 id="技术指标">技术指标</h2> <table class="standard-table"> <tbody> <tr> <td>Specification</td> <td>Status</td> <td>Comment</td> </tr> <tr> <td>{{SpecName("SVG Animations 2", "#InterfaceSVGAnimateElement", "SVGAnimateElement")}}</td> <td>{{Spec2("SVG Animations 2")}}</td> <td>从{{domxref("SVGStylable")}}中删除继承</td> </tr> <tr> <td>{{SpecName("SVG1.1", "animate.html#InterfaceSVGAnimateElement", "SVGAnimateElement")}}</td> <td>{{Spec2("SVG1.1")}}</td> <td>初始定义</td> </tr> </tbody> </table> <h2 id="浏览器兼容性">浏览器兼容性</h2> <p>{{Compat("api.SVGAnimateElement")}}</p>