From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/web/api/svganimateelement/index.html | 50 ++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 files/zh-cn/web/api/svganimateelement/index.html (limited to 'files/zh-cn/web/api/svganimateelement') 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 +--- +
{{APIRef("SVG")}}
+ +

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

+ +

{{InheritanceDiagram(600, 140)}}

+ +

属性

+ +

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

+ +

{{domxref("SVGAnimationElement")}}.

+ +

方法

+ +

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

+ +

{{domxref("SVGAnimationElement")}}.

+ +

技术指标

+ + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{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")}}

-- cgit v1.2.3-54-g00ecf