blob: 4df5b6c89da089d1472e80032f511c0e1445da92 (
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
|
---
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>
|