diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/zh-cn/web/api/svganimateelement | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/zh-cn/web/api/svganimateelement')
-rw-r--r-- | files/zh-cn/web/api/svganimateelement/index.html | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/files/zh-cn/web/api/svganimateelement/index.html b/files/zh-cn/web/api/svganimateelement/index.html new file mode 100644 index 0000000000..aa58555245 --- /dev/null +++ b/files/zh-cn/web/api/svganimateelement/index.html @@ -0,0 +1,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> + +<div class="hidden">此页面上的兼容性表是根据结构化数据生成的。如果您想贡献数据,请查看https://github.com/mdn/browser-compat-data并向我们发送请求请求。</div> + +<p>{{Compat("api.SVGAnimateElement")}}</p> |