From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- .../web/api/svganimatetransformelement/index.html | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 files/pt-br/web/api/svganimatetransformelement/index.html (limited to 'files/pt-br/web/api/svganimatetransformelement') diff --git a/files/pt-br/web/api/svganimatetransformelement/index.html b/files/pt-br/web/api/svganimatetransformelement/index.html new file mode 100644 index 0000000000..2dddfa5f0b --- /dev/null +++ b/files/pt-br/web/api/svganimatetransformelement/index.html @@ -0,0 +1,48 @@ +--- +title: SVGAnimateTransformElement +slug: Web/API/SVGAnimateTransformElement +translation_of: Web/API/SVGAnimateTransformElement +--- +
{{APIRef("SVG")}}
+ +

A interface SVGAnimateTransformElement corresponde ao elemento {{SVGElement("animateTransform")}}.

+ +

{{InheritanceDiagram(600, 140)}}

+ +

Propriedades

+ +

Essa interface não possui propriedades próprias mas as herda do seu pai,       {{domxref("SVGAnimationElement")}}.

+ +

Métodos

+ +

Essa interface não possui métodos próprios mas os herda do seu pai, {{domxref("SVGAnimationElement")}}.

+ +

Especificações

+ + + + + + + + + + + + + + + + + + + +
EspecificaçãoStatusComentário
{{SpecName("SVG Animations 2", "#InterfaceSVGAnimateTransformElement", "SVGAnimateTransformElement")}}{{Spec2("SVG Animations 2")}}No change
{{SpecName("SVG1.1", "animate.html#InterfaceSVGAnimateTransformElement", "SVGAnimateTransformElement")}}{{Spec2("SVG1.1")}}Initial definition
+ +

Compatibilidade

+ + + + + +

{{Compat("api.SVGAnimateTransformElement")}}

-- cgit v1.2.3-54-g00ecf